We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5426587 commit cdbbb07Copy full SHA for cdbbb07
1 file changed
.pre-commit-config.yaml
@@ -22,24 +22,24 @@ repos:
22
- id: pycln
23
args: [ --config=pyproject.toml ]
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.14.3
+ rev: v0.15.2
26
hooks:
27
- id: ruff-check
28
args:
29
- --fix
30
- --exit-non-zero-on-fix
31
-# - --unsafe-fixes
+ # - --unsafe-fixes
32
- id: ruff-format
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.18.2
+ rev: v1.19.1
35
36
- id: mypy
37
additional_dependencies: [
38
numpy==2.4.*,
39
- types-toml,
40
- types-PyYAML,
41
pydantic==2.12.*,
42
tomli, # to read config from pyproject.toml
+ types-PyYAML,
+ types-toml,
43
]
44
exclude: |
45
(?x)(^
0 commit comments