diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d03660a9..aad8a2a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,7 @@ repos: hooks: - id: pycln args: [--config=pyproject.toml] + stages: [manual] # disabled due to artificial limit on Python 3.10 - repo: https://github.com/PyCQA/isort rev: 5.9.3