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 0712f30 commit 7d96f31Copy full SHA for 7d96f31
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v2.38.2
+ rev: v3.0.0
16
hooks:
17
- id: pyupgrade
18
args: [ "--py37-plus" ]
@@ -21,7 +21,7 @@ repos:
21
22
- id: isort
23
- repo: https://github.com/psf/black
24
- rev: 22.8.0
+ rev: 22.10.0
25
26
- id: black
27
args: [ --safe ]
0 commit comments