We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11954d4 + dba3d15 commit 63d3139Copy full SHA for 63d3139
1 file changed
.pre-commit-config.yaml
@@ -26,15 +26,15 @@ repos:
26
- id: trailing-whitespace
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.15.10
+ rev: v0.15.12
30
hooks:
31
- id: ruff-check
32
types_or: [python, pyi, pyproject]
33
args: [--fix]
34
- id: ruff-format
35
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.20.0
+ rev: v1.20.2
38
39
- id: mypy
40
name: Check Python types
0 commit comments