Skip to content

Commit 7047ed0

Browse files
committed
pre-commit versions
1 parent df1ce60 commit 7047ed0

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,23 +1,23 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.9b0
3+
rev: 22.1.0
44
hooks:
55
- id: black
66
language_version: python3
77
args:
88
- --target-version=py37
99
- repo: https://gitlab.com/pycqa/flake8
10-
rev: 3.9.2
10+
rev: 4.0.1
1111
hooks:
1212
- id: flake8
1313
language_version: python3
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.9.3
15+
rev: 5.10.1
1616
hooks:
1717
- id: isort
1818
language_version: python3
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.29.0
20+
rev: v2.31.0
2121
hooks:
2222
- id: pyupgrade
2323
args:

0 commit comments

Comments
 (0)