-
Notifications
You must be signed in to change notification settings - Fork 12
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
add pre-commit checks #272
Conversation
prjemian
commented
Oct 17, 2023
- close linting checks can be done via pre-commit #263
In a separate issue, resolve issues noted when certain tests were commented out due to failure with existing code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. Not sure why the linting checks were commented out.
# - repo: https://github.com/pycqa/flake8 | ||
# rev: 4.0.1 | ||
# hooks: | ||
# - id: flake8 | ||
|
||
# - repo: https://github.com/timothycrosley/isort | ||
# rev: 5.12.0 | ||
# hooks: | ||
# - id: isort | ||
|
||
# - repo: https://github.com/psf/black | ||
# rev: 22.8.0 | ||
# hooks: | ||
# - id: black |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did those commented-out checks fail?
Co-authored-by: Max Rakitin <mrakitin@users.noreply.github.com>
Yes, those checks failed as noted above. Figured that fixing then was not the job of this issue. |