We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b08f3 + dbf4e73 commit e3234a0Copy full SHA for e3234a0
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: pycln
21
args: [--config=pyproject.toml]
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.14.3
+ rev: v0.14.7
24
hooks:
25
# Run the linter.
26
- id: ruff
@@ -31,7 +31,7 @@ repos:
31
# Run the formatter.
32
- id: ruff-format
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.18.2
+ rev: v1.19.0
35
36
- id: mypy
37
additional_dependencies: [types-PyYAML]
@@ -54,6 +54,6 @@ repos:
54
types: [file, rust]
55
language: system
56
- repo: https://github.com/pre-commit/pre-commit
57
- rev: v4.3.0
+ rev: v4.5.0
58
59
- id: validate_manifest
0 commit comments