Skip to content

Commit 158e954

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.13](astral-sh/ruff-pre-commit@v0.14.8...v0.15.13) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v2.1.0](pre-commit/mirrors-mypy@v1.19.0...v2.1.0)
1 parent 57dfe17 commit 158e954

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ repos:
2121
- id: sort-simple-yaml
2222
- id: trailing-whitespace
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: 'v0.14.8'
24+
rev: 'v0.15.13'
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
args: ['--ignore-words-list=fpr']
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.19.0
35+
rev: v2.1.0
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: ["jsonschema", "pydantic>1,<2", "pytest", "ruamel.yaml", "types-jsonschema"]

0 commit comments

Comments
 (0)