fix: artificial limiting in pycln breaks on 3.10 (#886)

This commit is contained in:
Henry Schreiner
2021-10-21 22:23:32 -04:00
committed by GitHub
parent b4882894ed
commit 6db5229774
+1
View File
@@ -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