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 823d4e9 commit c4a6c50Copy full SHA for c4a6c50
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.31.1
+ rev: v2.32.0
4
hooks:
5
- id: pyupgrade
6
args: [--py38-plus]
@@ -9,7 +9,7 @@ repos:
9
10
- id: flynt
11
- repo: https://github.com/psf/black
12
- rev: 22.1.0
+ rev: 22.3.0
13
14
- id: black
15
language_version: python3.8
0 commit comments