We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a94877 commit 1973512Copy full SHA for 1973512
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ ci:
19
repos:
20
# Standard hooks
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0
+ rev: v5.0.0
23
hooks:
24
- id: check-added-large-files
25
- id: check-case-conflict
@@ -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.7.2"
38
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.13.0"
47
48
- id: mypy
49
files: "setup.py"
0 commit comments