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 bb5fd5c commit 74806beCopy full SHA for 74806be
1 file changed
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/myint/autoflake
17
- rev: v2.3.1
+ rev: v2.3.3
18
hooks:
19
- id: autoflake
20
exclude: .*/__init__.py
@@ -31,7 +31,7 @@ repos:
31
- id: pyupgrade
32
args: [--py37-plus]
33
- repo: https://github.com/psf/black
34
- rev: 26.1.0
+ rev: 26.3.1
35
36
- id: black
37
@@ -41,12 +41,12 @@ repos:
41
- id: reorder-python-imports
42
43
- repo: https://github.com/charliermarsh/ruff-pre-commit
44
- rev: v0.14.14
+ rev: v0.15.10
45
46
- id: ruff
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.19.1
+ rev: v1.20.0
50
51
- id: mypy
52
additional_dependencies:
0 commit comments