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 4c648d5 commit 5fe77b7Copy full SHA for 5fe77b7
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-toml
17
- id: check-added-large-files
18
- repo: https://github.com/psf/black
19
- rev: 22.6.0
+ rev: 22.8.0
20
hooks:
21
- id: black
22
- repo: https://gitlab.com/pycqa/flake8
@@ -29,7 +29,7 @@ repos:
29
30
- id: isort
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v2.37.3
+ rev: v2.38.0
33
34
- id: pyupgrade
35
args: [--py37-plus]
0 commit comments