We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4db1c5 commit e29e2cbCopy full SHA for e29e2cb
.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.4.0
+ rev: v4.5.0
23
hooks:
24
- id: check-added-large-files
25
- id: check-case-conflict
@@ -41,14 +41,14 @@ repos:
41
exclude: ^(docs)
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: "v0.0.292"
+ rev: "v0.1.0"
45
46
- id: ruff
47
args: ["--fix", "--show-fixes"]
48
49
# Checking static types
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: "v1.5.1"
+ rev: "v1.6.0"
52
53
- id: mypy
54
files: "setup.py"
0 commit comments