Skip to content

Commit 298078c

Browse files
committed
update pre-commit
1 parent 32cf9f7 commit 298078c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.7.4
3+
rev: v2.32.0
44
hooks:
55
- id: pyupgrade
6+
args:
7+
- "--py37-plus"
68
- repo: https://github.com/timothycrosley/isort
7-
rev: 5.7.0
9+
rev: 5.10.1
810
hooks:
911
- id: isort
1012
- repo: https://github.com/python/black
11-
rev: 20.8b1
13+
rev: 22.3.0
1214
hooks:
1315
- id: black
14-
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
16+
- repo: https://github.com/pycqa/flake8
17+
rev: 4.0.1
1618
hooks:
1719
- id: flake8
1820
additional_dependencies: [

0 commit comments

Comments
 (0)