chore: reenable Pycln (#918)

Since the artificial limit removed for all Python3+ versions.
This commit is contained in:
Hadi Alqattan
2021-11-13 12:59:47 -05:00
committed by GitHub
parent 0d10faf957
commit 2710202f18
+1 -2
View File
@@ -27,11 +27,10 @@ repos:
# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: v1.0.3
rev: v1.1.0
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.10.0