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 6dd5d9b commit 0679dfdCopy full SHA for 0679dfd
.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.6.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.5.2
+ rev: v0.9.4
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.10.1
+ rev: v1.14.1
27
28
- id: mypy
29
additional_dependencies:
0 commit comments