Skip to content

Commit 49a4d23

Browse files
committed
update hooks version
1 parent b9d370c commit 49a4d23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.3.0
4+
rev: v3.4.0
55
hooks:
66
- id: check-merge-conflict
77
- id: debug-statements
@@ -12,15 +12,15 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
15+
rev: 3.9.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.7.4
19+
rev: v2.11.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py36-plus]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.6.3
24+
rev: 5.8.0
2525
hooks:
2626
- id: isort

0 commit comments

Comments
 (0)