We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c542100 + 2a8ebc7 commit 3e6c8a2Copy full SHA for 3e6c8a2
1 file changed
.pre-commit-config.yaml
@@ -19,18 +19,18 @@ repos:
19
- --autofix
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.15.5
+ rev: v0.15.10
23
hooks:
24
- id: ruff-check
25
args: ["--fix", "--show-fixes"]
26
27
- repo: https://github.com/psf/black-pre-commit-mirror
28
- rev: 26.3.0
+ rev: 26.3.1
29
30
- id: black
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.19.1
+ rev: v1.20.1
34
35
- id: mypy
36
args: [--config-file=mypy.ini]
0 commit comments