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 0830453 commit d99b416Copy full SHA for d99b416
.pre-commit-config.yaml
@@ -32,13 +32,13 @@ repos:
32
args: [--prose-wrap=always, --print-width=88]
33
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.19.1
+ rev: v3.20.0
36
hooks:
37
- id: pyupgrade
38
args: [--py38-plus]
39
40
- repo: https://github.com/pycqa/isort
41
- rev: 5.13.2
+ rev: 6.0.1
42
43
- id: isort
44
files: "\\.(py)$"
@@ -51,13 +51,13 @@ repos:
51
# args: [--in-place]
52
53
- repo: https://github.com/psf/black
54
- rev: 24.10.0
+ rev: 25.1.0
55
56
- id: black
57
args: [--config=pyproject.toml]
58
59
- repo: https://github.com/pycqa/flake8
60
- rev: "7.1.1"
+ rev: "7.3.0"
61
62
- id: flake8
63
additional_dependencies: [pep8-naming]
0 commit comments