diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c40db4..d0f3f2d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,12 +11,6 @@ repos: - id: blacken-docs args: ["--target-version=py38"] - - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 - hooks: - - id: flake8 - language_version: python3.9 - - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: diff --git a/setup.cfg b/setup.cfg index c9a60c23..2ac51ae9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,6 +63,3 @@ dev = exclude = tests tests.* - -[flake8] -extend-ignore = E203, E501