Skip to content

Commit cdbbb07

Browse files
committed
pre-commit auto-update
1 parent 5426587 commit cdbbb07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ repos:
2222
- id: pycln
2323
args: [ --config=pyproject.toml ]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.3
25+
rev: v0.15.2
2626
hooks:
2727
- id: ruff-check
2828
args:
2929
- --fix
3030
- --exit-non-zero-on-fix
31-
# - --unsafe-fixes
31+
# - --unsafe-fixes
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.18.2
34+
rev: v1.19.1
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
3838
numpy==2.4.*,
39-
types-toml,
40-
types-PyYAML,
4139
pydantic==2.12.*,
4240
tomli, # to read config from pyproject.toml
41+
types-PyYAML,
42+
types-toml,
4343
]
4444
exclude: |
4545
(?x)(^

0 commit comments

Comments
 (0)