-
Notifications
You must be signed in to change notification settings - Fork 6
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 a linter #92
Labels
Comments
#91 was a problem in a dependency, so this would have not been caught anyway. Still. |
mikegerber
added a commit
that referenced
this issue
Oct 17, 2023
This pre-commit configuration adds (identical to the configuration in dinglehopper): - generic checks - Black formatting - ruff linting - mypy static type checking - (and a little information on how to enable this) See also gh-92.
ruff was overly strict and removed |
96ae14c added it back in incl. adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#91 should have been caught by a linter.
→ Use pre-commit and ruff here.
pre-commit run
pre-commit autoupdate
The text was updated successfully, but these errors were encountered: