You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use ruff instead of other linting tools
* Make isort compatible with black again, needed for notebooks
* Add return type to default internal fn
* fix mypy errors for MetricCollection + minor ruff errors
* fix ruff errors for evaluate package
* Fix ruff errors for query, utils and models packages
* Remove pylint config from pyproject.toml
* Add --fix arg to ruff check in pre-commit
* Add additional ruff fixes
* Apply ruff fixes again
* Apply ruff fixes on jupyter notebooks
* Ignore names that start with X
* Add max-doc-length setting to ruff pycodestyle check
* Add more fixes
* Update deps
* Add final round of fixes
* Remove pylint disables
---------
Co-authored-by: Franklin <[email protected]>
0 commit comments