fix: artificial limiting in pycln breaks on 3.10 (#886)
This commit is contained in:
@@ -31,6 +31,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: pycln
|
- id: pycln
|
||||||
args: [--config=pyproject.toml]
|
args: [--config=pyproject.toml]
|
||||||
|
stages: [manual] # disabled due to artificial limit on Python 3.10
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.9.3
|
rev: 5.9.3
|
||||||
|
|||||||
Reference in New Issue
Block a user