We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96b6a4 commit 72e8acaCopy full SHA for 72e8aca
.pre-commit-config.yaml
@@ -5,7 +5,7 @@
5
# * Run "pre-commit install".
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v5.0.0
9
hooks:
10
- id: check-toml
11
- id: check-yaml
@@ -16,14 +16,14 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.9
+ rev: v0.9.10
20
21
- id: ruff
22
args: [--fix, --show-fixes]
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.8.0
+ rev: v1.15.0
27
28
- id: mypy
29
additional_dependencies: ["pytest"]
0 commit comments