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 9c97435 commit 0fce6daCopy full SHA for 0fce6da
.pre-commit-config.yaml
@@ -42,14 +42,14 @@ repos:
42
args: [--prose-wrap=always]
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: "v0.8.3"
+ rev: "v0.9.2"
46
hooks:
47
- id: ruff
48
args: ["--fix", "--show-fixes"]
49
- id: ruff-format
50
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: "v1.13.0"
+ rev: "v1.14.1"
53
54
- id: mypy
55
files: src|tests
@@ -77,7 +77,7 @@ repos:
77
additional_dependencies: ["validate-pyproject-schema-store[all]"]
78
79
- repo: https://github.com/python-jsonschema/check-jsonschema
80
- rev: "0.30.0"
+ rev: "0.31.0"
81
82
- id: check-dependabot
83
- id: check-github-workflows
0 commit comments