We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7ea32 commit 15ef5f1Copy full SHA for 15ef5f1
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
4
# Bring Python code up to date with pyupgrade
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v2.38.2
+ rev: v3.2.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py36-plus"]
@@ -17,7 +17,7 @@ repos:
17
18
# Automatic source code formatting with Black
19
- repo: https://github.com/psf/black
20
- rev: 22.8.0
+ rev: 22.10.0
21
22
- id: black
23
args: [--safe, --quiet]
0 commit comments