Skip to content

Commit 15ef5f1

Browse files
Automatically update and run pre-commit hooks
1 parent 4d7ea32 commit 15ef5f1

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
@@ -3,7 +3,7 @@ repos:
33

44
# Bring Python code up to date with pyupgrade
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.38.2
6+
rev: v3.2.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py36-plus"]
@@ -17,7 +17,7 @@ repos:
1717

1818
# Automatic source code formatting with Black
1919
- repo: https://github.com/psf/black
20-
rev: 22.8.0
20+
rev: 22.10.0
2121
hooks:
2222
- id: black
2323
args: [--safe, --quiet]

0 commit comments

Comments
 (0)