diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ad349..9842b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,6 @@ repos: hooks: - id: pyupgrade args: [--py39-plus] -- repo: https://github.com/hhatto/autopep8 - rev: v2.0.4 - hooks: - - id: autopep8 - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks: