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 3941594 commit 5fdfcb8Copy full SHA for 5fdfcb8
.pre-commit-config.yaml
@@ -11,18 +11,18 @@ repos:
11
- id: fix-encoding-pragma
12
args: [--remove]
13
- repo: https://github.com/asottile/setup-cfg-fmt
14
- rev: v1.20.1
+ rev: v2.0.0
15
hooks:
16
- id: setup-cfg-fmt
17
args: ["--max-py-version", "3.9"]
18
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.34.0
+ rev: v2.37.3
21
22
- id: pyupgrade
23
args: [--py38-plus]
24
- repo: https://github.com/psf/black
25
- rev: 22.3.0
+ rev: 22.6.0
26
27
- id: black
28
language_version: python3
@@ -31,7 +31,7 @@ repos:
31
32
- id: isort
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 4.0.1
+ rev: 5.0.4
35
36
- id: flake8
37
0 commit comments