We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a94877 commit bcabb53Copy full SHA for bcabb53
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: trailing-whitespace
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: "v0.4.2"
+ rev: "v0.5.6"
38
hooks:
39
- id: ruff
40
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
43
44
# Checking static types
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: "v1.10.0"
+ rev: "v1.11.1"
47
48
- id: mypy
49
files: "setup.py"
0 commit comments