diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8aab1fe..02b660c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,10 @@ repos: hooks: - id: black - - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 - hooks: - - id: flake8 +# - repo: https://github.com/PyCQA/flake8 +# rev: 4.0.1 +# hooks: +# - id: flake8 - repo: https://github.com/timothycrosley/isort rev: 5.12.0