https://github.com/scikit-learn-contrib/metric-learn
Raw File
Tip revision: b3044a837bd8b32c7a9c7189970a48046d48a11e authored by CJ Carey on 29 September 2023, 00:13:39 UTC
Bump version to 0.7.0
Tip revision: b3044a8
.landscape.yml
strictness: medium
pep8:
  disable:
    - E111
    - E114
    - E231
    - E225
    - E402
    - W503
pylint:
  disable:
    - bad-indentation
    - invalid-name
    - too-many-arguments
ignore-paths:
  - bench/
back to top