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 6d8de35 commit ba46257Copy full SHA for ba46257
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
additional_dependencies: [black==24.*]
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.11.8"
+ rev: "v0.11.12"
15
hooks:
16
- id: ruff
17
args: ["--fix", "--show-fixes"]
@@ -45,7 +45,7 @@ repos:
45
- id: rst-inline-touching-normal
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.15.0
+ rev: v1.16.0
49
50
- id: mypy
51
files: (src|web|tests)
@@ -79,7 +79,7 @@ repos:
79
exclude: .pre-commit-config.yaml
80
81
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82
- rev: 2025.04.28
+ rev: 2025.05.12
83
84
- id: validate-pyproject
85
0 commit comments