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 e5e4442 commit 69e4218Copy full SHA for 69e4218
.pre-commit-config.yaml
@@ -10,19 +10,19 @@ repos:
10
- id: validate-pyproject
11
12
- repo: https://github.com/crate-ci/typos
13
- rev: typos-dict-v0.12.4
+ rev: v1.29.9
14
hooks:
15
- id: typos
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.9.4
+ rev: v0.9.7
19
20
- id: ruff
21
args: ["--fix", "--unsafe-fixes"]
22
- id: ruff-format
23
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.14.1
+ rev: v1.15.0
26
27
- id: mypy
28
files: "^src/"
0 commit comments