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 b7562f3 commit 241eff4Copy full SHA for 241eff4
.pre-commit-config.yaml
@@ -5,25 +5,25 @@ ci:
5
6
repos:
7
- repo: https://github.com/abravalheri/validate-pyproject
8
- rev: v0.18
+ rev: v0.23
9
hooks:
10
- id: validate-pyproject
11
12
- repo: https://github.com/crate-ci/typos
13
- rev: v1.23.6
+ rev: typos-dict-v0.12.4
14
15
- id: typos
16
args: [--force-exclude] # omitting --write-changes
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.5.6
+ rev: v0.9.4
20
21
- id: ruff
22
args: [--fix] # may also add '--unsafe-fixes'
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.11.1
+ rev: v1.14.1
27
28
- id: mypy
29
files: "^src/"
0 commit comments