We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a43342b + 5e06ea0 commit 417c88eCopy full SHA for 417c88e
1 file changed
.pre-commit-config.yaml
@@ -28,14 +28,14 @@ repos:
28
- id: trailing-whitespace
29
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.14.7
+ rev: v0.14.10
32
hooks:
33
- id: ruff
34
args: ["--fix", "--show-fixes"]
35
- id: ruff-format
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.19.0
+ rev: v1.19.1
39
40
- id: mypy
41
args: [--config-file=pyproject.toml]
0 commit comments