Skip to content

Commit 933fe2f

Browse files
committed
pre-commit update
1 parent 81dbec3 commit 933fe2f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ repos:
1111
- --remove-unused-variables
1212
- --remove-all-unused-imports
1313

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
14+
- repo: https://github.com/hadialqattan/pycln
15+
rev: "v1.1.0"
16+
hooks:
17+
- id: pycln
1918

2019
- repo: https://github.com/pre-commit/mirrors-isort
2120
rev: "v5.10.1"

0 commit comments

Comments
 (0)