We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c933dc commit 36a9d14Copy full SHA for 36a9d14
1 file changed
.pre-commit-config.yaml
@@ -24,14 +24,14 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.8.1
+ rev: v0.8.4
28
hooks:
29
- id: ruff
30
args: [--fix]
31
- id: ruff-format
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.13.0
+ rev: v1.14.0
35
36
- id: mypy
37
additional_dependencies: [mdurl, typing-extensions]
0 commit comments