Skip to content

Commit ddadb6e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: debug-statements
1515
- id: requirements-txt-fixer
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: 'v1.16.1'
17+
rev: 'v1.17.0'
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [types-PyYAML]
@@ -36,7 +36,7 @@ repos:
3636
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
3737
- id: check-github-workflows
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.3
39+
rev: v0.12.4
4040
hooks:
4141
- id: ruff
4242
files: src/.*$

0 commit comments

Comments
 (0)