Skip to content

Commit

Permalink
chore: reenable Pycln (#918)
Browse files Browse the repository at this point in the history
Since the artificial limit removed for all Python3+ versions.
  • Loading branch information
hadialqattan committed Nov 13, 2021
1 parent 0d10faf commit 2710202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 2710202

Please sign in to comment.