Skip to content
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 ruff and remove redundant pre-commits #278

Merged
merged 18 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
remove comment from .flake8
  • Loading branch information
giovp committed Feb 14, 2023
commit f16a08d5510aececb68bb4b1925ac969b9c15576
2 changes: 0 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ ignore =
E111, E114
# Missing blank line before section
D411
# TODO(michalk8): fix D10{1,2,3}
# Missing docstring in public function
exclude = .git,__pycache__,build,docs/_build,dist
# C409: Unnecessary <dict/list/tuple> call - rewrite as a literal.
per-file-ignores =
Expand Down