diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c510c05b..996a8286 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: