Skip to content

Commit 7633ec3

Browse files
artemrysArtem Rys
authored andcommitted
chore: pre-commit autoupdate
1 parent c604f67 commit 7633ec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.29.0
3+
rev: v2.30.0
44
hooks:
55
- id: pyupgrade
66
args: [--py37-plus]
77
- repo: https://github.com/psf/black
8-
rev: 21.9b0
8+
rev: 21.12b0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.9.3
12+
rev: 5.10.1
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)