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 flake8, flake8-naming, and pep8 with ruff #72

Merged
merged 1 commit into from May 21, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented May 21, 2023

Ruff supports over 500 lint rules and can be used to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing (in Rust) tens or hundreds of times faster than any individual tool.

@Salamek
Copy link
Owner

Salamek commented May 21, 2023

Python 3.6 CI is failing... and i think we can drop Python 3.6 from tests anyway (Debian oldstable is using Python 3.7) if it is too hard to fix...

@cclauss
Copy link
Contributor Author

cclauss commented May 21, 2023

Dropped Python 3.6 because https://devguide.python.org/versions

@Salamek Salamek merged commit 5a6ad04 into Salamek:master May 21, 2023
6 checks passed
@cclauss cclauss deleted the ruff branch May 21, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants