Skip to content

Commit 59eb83e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.2.0...v4.0.1) - [github.com/asottile/pyupgrade: master → v2.23.3](asottile/pyupgrade@master...v2.23.3)
1 parent 6b40f30 commit 59eb83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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: v3.2.0
3+
rev: v4.0.1
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: master
12+
rev: v2.23.3
1313
hooks:
1414
- id: pyupgrade
1515

0 commit comments

Comments
 (0)