We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01f8363 + 289dcee commit af5e254Copy full SHA for af5e254
1 file changed
.pre-commit-config.yaml
@@ -21,13 +21,13 @@ repos:
21
- id: isort
22
name: isort (python)
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.13.0
+ rev: v0.13.2
25
hooks:
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
28
- id: ruff-format
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.18.1
+ rev: v1.18.2
31
32
- id: mypy
33
args: ["--config-file", "pyproject.toml"]
0 commit comments