We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1038800 commit 6ea22f2Copy full SHA for 6ea22f2
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.5.5
+ rev: v0.6.4
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.1
+ rev: v1.11.2
32
33
- id: mypy
34
args: [--config-file=pyproject.toml]
0 commit comments