From 6db52297745c0c0c212ce4cd9177bf5b1497b00b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 21 Oct 2021 22:23:32 -0400 Subject: [PATCH] fix: artificial limiting in pycln breaks on 3.10 (#886) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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