We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dbec3 commit 933fe2fCopy full SHA for 933fe2f
.pre-commit-config.yaml
@@ -11,11 +11,10 @@ repos:
11
- --remove-unused-variables
12
- --remove-all-unused-imports
13
14
- # TODO: Enable once pycln work with python 3.10
15
- #- repo: https://github.com/hadialqattan/pycln
16
- # rev: "v1.1.0"
17
- # hooks:
18
- # - id: pycln
+ - repo: https://github.com/hadialqattan/pycln
+ rev: "v1.1.0"
+ hooks:
+ - id: pycln
19
20
- repo: https://github.com/pre-commit/mirrors-isort
21
rev: "v5.10.1"
0 commit comments