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 45a54d1 commit ac49defCopy full SHA for ac49def
.pre-commit-config.yaml
@@ -10,19 +10,19 @@ repos:
10
- id: validate-pyproject
11
12
- repo: https://github.com/crate-ci/typos
13
- rev: v1.33.1
+ rev: v1
14
hooks:
15
- id: typos
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.11.12
+ rev: v0.12.7
19
20
- id: ruff-check
21
args: ["--fix", "--unsafe-fixes"]
22
- id: ruff-format
23
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.16.0
+ rev: v1.17.1
26
27
- id: mypy
28
files: "^src/"
0 commit comments