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 2e1e43e commit bbacae1Copy full SHA for bbacae1
.pre-commit-config.yaml
@@ -5,12 +5,13 @@ ci:
5
6
repos:
7
- repo: https://github.com/crate-ci/typos
8
- rev: v1.33.1
+ rev: v1.34.0
9
hooks:
10
- id: typos
11
+ args: [--force-exclude] # omitting --write-changes
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.11.13
14
+ rev: v0.12.2
15
16
- id: ruff-check
17
args: [--fix, --unsafe-fixes]
@@ -22,7 +23,7 @@ repos:
22
23
- id: validate-pyproject
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.16.0
26
+ rev: v1.16.1
27
28
- id: mypy
29
files: "^src/"
0 commit comments