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 2ace2e9 commit a6441f4Copy full SHA for a6441f4
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
additional_dependencies:
37
- tomli; python_version<'3.11'
38
- repo: https://github.com/adrienverge/yamllint.git
39
- rev: v1.37.0
+ rev: v1.37.1
40
hooks:
41
- id: yamllint
42
files: \.(yaml|yml)$
@@ -52,7 +52,7 @@ repos:
52
- id: tox-ini-fmt
53
54
- repo: https://github.com/astral-sh/ruff-pre-commit
55
- rev: v0.11.6
+ rev: v0.11.12
56
57
- id: ruff
58
args:
@@ -62,7 +62,7 @@ repos:
62
# - id: ruff-format # must be after ruff
63
# types_or: [python, pyi]
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.15.0
+ rev: v1.16.0
66
67
- id: mypy
68
0 commit comments