diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 537f41e40..cd6347cf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: rev: 6.0.0 hooks: - id: flake8 - additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-mypy, flake8-colors, pep8-naming] + additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-colors, pep8-naming] - repo: https://github.com/timothycrosley/isort rev: 5.12.0 diff --git a/tox.ini b/tox.ini index 16d06d6f2..2989031fe 100644 --- a/tox.ini +++ b/tox.ini @@ -117,7 +117,6 @@ deps = flake8 flake8-docstrings flake8-bugbear - flake8-mypy # flake8-import-order # delegated to isort flake8-colors pep8-naming