Skip to content

Commit f765aee

Browse files
authored
Merge pull request #468 from myakove/pre-commit-update-modules
Pre commit update modules
2 parents 6d7cb93 + 51a267b commit f765aee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

14-
- repo: https://github.com/hadialqattan/pycln
15-
rev: "v1.1.0"
16-
hooks:
17-
- id: pycln
14+
#- repo: https://github.com/hadialqattan/pycln
15+
# rev: "v1.2.5"
16+
# hooks:
17+
# - id: pycln
1818

1919
- repo: https://github.com/pre-commit/mirrors-isort
2020
rev: "v5.10.1"
2121
hooks:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: "22.1.0"
25+
rev: "22.3.0"
2626
hooks:
2727
- id: black
2828

0 commit comments

Comments
 (0)