-
Notifications
You must be signed in to change notification settings - Fork 106
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
Use ruff for pre-commit checks; replaces isort and flake8 #549
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
*.py
files are formatting, no functional changes.PR Checklist:
pre-commit
hooks pass locallymake test
)make docs
)