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 b5d8bc2 commit c848029Copy full SHA for c848029
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: flake8
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.7.0
+ rev: v3.9.0
18
19
- id: pyupgrade
20
- repo: https://github.com/pycqa/isort
@@ -23,6 +23,6 @@ repos:
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/psf/black
26
- rev: 23.3.0
+ rev: 23.7.0
27
28
- id: black
0 commit comments