We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ea197 commit f62025fCopy full SHA for f62025f
1 file changed
.pre-commit-config.yaml
@@ -21,14 +21,14 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.6.9
+ rev: v0.7.0
25
hooks:
26
- id: ruff
27
args: [--fix]
28
- id: ruff-format
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.11.2
+ rev: v1.12.1
32
33
- id: mypy
34
args: [--config-file=pyproject.toml]
0 commit comments