Skip to content

Commit a508c0b

Browse files
chore(ci): pre-commit autoupdate (#167)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4a9a32f commit a508c0b

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)