Skip to content

Commit 38cc62d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.13...v0.12.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent e82d95d commit 38cc62d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: sort-simple-yaml
2222
- id: trailing-whitespace
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: 'v0.11.13'
24+
rev: 'v0.12.1'
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
3232
- id: codespell
3333
args: ['--ignore-words-list=fpr']
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.16.0
35+
rev: v1.16.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: ["jsonschema", "pydantic>1,<2", "pytest", "ruamel.yaml", "types-jsonschema"]

0 commit comments

Comments
 (0)