We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a822be2 commit e24e300Copy full SHA for e24e300
.pre-commit-config.yaml
@@ -32,15 +32,15 @@ repos:
32
33
# Ruff, the Python auto-correcting linter/formatter written in Rust
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.9.4
+ rev: v0.9.9
36
hooks:
37
- id: ruff
38
args: ["--fix", "--show-fixes"]
39
- id: ruff-format
40
41
# Check static types with mypy
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: "v1.14.1"
+ rev: "v1.15.0"
44
45
- id: mypy
46
args: []
@@ -151,7 +151,7 @@ repos:
151
152
# Check schemas on some of our YAML files
153
- repo: https://github.com/python-jsonschema/check-jsonschema
154
- rev: 0.31.1
+ rev: 0.31.2
155
156
- id: check-readthedocs
157
- id: check-github-workflows
0 commit comments