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 f0bfd4e commit 1f2291aCopy full SHA for 1f2291a
.pre-commit-config.yaml
@@ -14,13 +14,13 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.9.2"
+ rev: "v0.9.7"
18
hooks:
19
- id: ruff
20
args: [--fix, --show-fixes]
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: "v1.14.1"
+ rev: "v1.15.0"
24
25
- id: mypy
26
files: src
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
34
35
- repo: https://github.com/python-jsonschema/check-jsonschema
36
- rev: "0.31.0"
+ rev: "0.31.2"
37
38
- id: check-dependabot
39
- id: check-github-workflows
0 commit comments