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 b6549a4 commit 24a0c46Copy full SHA for 24a0c46
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: check-added-large-files
14
15
- repo: https://github.com/psf/black
16
- rev: "23.12.1"
+ rev: "24.3.0"
17
hooks:
18
- id: black
19
@@ -23,12 +23,12 @@ repos:
23
- id: isort
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: "6.1.0"
+ rev: "7.0.0"
27
28
- id: flake8
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: "v3.15.0"
+ rev: "v3.15.1"
32
33
- id: pyupgrade
34
args: ["--py37-plus"]
0 commit comments