You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 test.base.assets - need to fix this :)
96ae14c added it back in incl. adding assets to __all__ (which makes ruff keep it in and could potentially also make the pylint pragma unnecessary there.)
#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: