Skip to content

Commit 834e63e

Browse files
chore(ci): pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.9...v0.13.3)
1 parent 4a9a32f commit 834e63e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: debug-statements
1616
- id: requirements-txt-fixer
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: 'v1.17.1'
18+
rev: 'v1.18.2'
1919
hooks:
2020
- id: mypy
2121
additional_dependencies: [types-PyYAML]
@@ -28,7 +28,7 @@ repos:
2828
args:
2929
- --py39-plus
3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.33.3
31+
rev: 0.34.0
3232
hooks:
3333
- id: check-metaschema
3434
files: ^src/rapids_dependency_file_generator/schema.json$
@@ -37,7 +37,7 @@ repos:
3737
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
3838
- id: check-github-workflows
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.12.9
40+
rev: v0.13.3
4141
hooks:
4242
- id: ruff
4343
files: src/.*$

0 commit comments

Comments
 (0)