Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace several linters and fixers (flake8, isort etc.) with ruff #1526

Merged
merged 2 commits into from Feb 20, 2023

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Feb 20, 2023

Ruff is a new linter that implements rules from many other linters in Rust and is thus considerably faster to run, and is somehow very feature complete already!

This also allows us to update to the modern pyproject.toml for linter config, so eventually we could also move our setup.py information there too.

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #1526 (a875a26) into master (8a19957) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1526   +/-   ##
=======================================
  Coverage   91.10%   91.10%           
=======================================
  Files          74       74           
  Lines        4519     4519           
=======================================
  Hits         4117     4117           
  Misses        402      402           
Flag Coverage Δ
project 91.10% <ø> (ø)
validator 90.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ml-evs ml-evs force-pushed the ml-evs/switch_to_ruff branch 2 times, most recently from f20b4e3 to 8135120 Compare February 20, 2023 18:44
@ml-evs ml-evs merged commit eee40df into master Feb 20, 2023
@ml-evs ml-evs deleted the ml-evs/switch_to_ruff branch February 20, 2023 20:33
@ml-evs ml-evs added ergonomics Features that improve the usability of the package tests Related to tests labels Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ergonomics Features that improve the usability of the package tests Related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant