We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9378b24 commit 7f37496Copy full SHA for 7f37496
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.12.11
+ rev: v0.13.3
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.17.1
+ rev: v1.18.2
39
40
- id: mypy
41
args: [--config-file=pyproject.toml]
0 commit comments