chore: reenable Pycln (#918)
Since the artificial limit removed for all Python3+ versions.
This commit is contained in:
@@ -27,11 +27,10 @@ repos:
|
|||||||
|
|
||||||
# Autoremoves unused imports
|
# Autoremoves unused imports
|
||||||
- repo: https://github.com/hadialqattan/pycln
|
- repo: https://github.com/hadialqattan/pycln
|
||||||
rev: v1.0.3
|
rev: v1.1.0
|
||||||
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.10.0
|
rev: 5.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user