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 16f2683 commit 04ca9b3Copy full SHA for 04ca9b3
.pre-commit-config.yaml
@@ -5,24 +5,24 @@ ci:
5
6
repos:
7
- repo: https://github.com/abravalheri/validate-pyproject
8
- rev: v0.23
+ rev: v0.24.1
9
hooks:
10
- id: validate-pyproject
11
12
- repo: https://github.com/crate-ci/typos
13
- rev: dictgen-v0.3.1
+ rev: v1
14
15
- id: typos
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.8.6
+ rev: v0.11.8
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