-
Notifications
You must be signed in to change notification settings - Fork 115
Use ruff for pre-commit checks; replaces isort and flake8 #549
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
Conversation
|
@gadomski : Most of the errors encountered here are simple formatting issues, too long lines. You mentioned in passing that there might be automation for fixing these things. Looks like |
|
|
Related Issue(s):
None
Description:
Replaces flake8, isort, and pydocstyle with ruff. All of the changes to
*.pyfiles are formatting, no functional changes.PR Checklist:
pre-commithooks pass locallymake test)make docs)