Skip to content

Commit d08653a

Browse files
sadikkuzuionelmc
authored andcommitted
Update and reorder pre-commit config file
1 parent 591f03d commit d08653a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# To install the git pre-commit hook run:
22
# pre-commit install
33
# To update the pre-commit hooks run:
4-
# pre-commit install-hooks
4+
# pre-commit autoupdate
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.2.0
7+
rev: v4.3.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,12 +14,12 @@ repos:
1414
rev: 5.10.1
1515
hooks:
1616
- id: isort
17-
- repo: https://github.com/PyCQA/flake8
18-
rev: 4.0.1
19-
hooks:
20-
- id: flake8
2117
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.32.1
18+
rev: v3.2.0
2319
hooks:
2420
- id: pyupgrade
2521
args: [--py36-plus]
22+
- repo: https://github.com/PyCQA/flake8
23+
rev: 5.0.4
24+
hooks:
25+
- id: flake8

0 commit comments

Comments
 (0)