We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b98c4 + dd6b951 commit 75eb88aCopy full SHA for 75eb88a
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: 'v0.11.10'
+ rev: 'v0.11.12'
18
hooks:
19
# Run the linter.
20
- id: ruff
@@ -25,12 +25,12 @@ repos:
25
26
27
- repo: https://github.com/asottile/add-trailing-comma
28
- rev: v3.1.0
+ rev: v3.2.0
29
30
- id: add-trailing-comma
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.15.0
+ rev: v1.16.0
34
35
- id: mypy
36
0 commit comments