Skip to content

Commit

Permalink
bring pre-commit in line with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 27, 2023
1 parent a889b39 commit 286a30d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,24 @@ repos:
hooks:
- id: flake8
additional_dependencies:
# - flake8-absolute-import
# - flake8-awesome
# - flake8-bandit
# - flake8-blind-except
- flake8-bugbear
# - flake8-class-attributes-order
- flake8-cognitive-complexity
# - flake8-commas
- flake8-comments
- flake8-complex-f-strings
# - flake8-continuation
# - flake8-debugger
- flake8-docstrings
# - flake8-dunder-all
- flake8-continuation
- flake8-dunder-all
- flake8-encodings
- flake8-expression-complexity
# - flake8-function-order
- flake8-function-order
- flake8-implicit-str-concat
- flake8-literal
- flake8-noqa
- flake8-pep3101
- flake8-print
- flake8-raise
- flake8-rst-docstrings
- flake8-simplify
# - flake8-slots
- flake8-string-format
- flake8-super
- flake8-typing-imports
# - flake8-use-fstring
- pep8-naming
- flake8-use-fstring
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
hooks:
Expand Down

0 comments on commit 286a30d

Please sign in to comment.