Skip to content

Commit c59405a

Browse files
authored
Update pre-commit versions (#359)
1 parent 2c8d2ad commit c59405a

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,11 +9,11 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/ambv/black
12-
rev: 22.3.0
12+
rev: 22.8.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.32.1
16+
rev: v2.37.3
1717
hooks:
1818
- id: pyupgrade
1919
args: ["--py37-plus"]

0 commit comments

Comments
 (0)