Commit 0ebe9712 authored by Baber's avatar Baber
Browse files

update pre-commit

parent a57ffba1
......@@ -2,7 +2,7 @@
exclude: ^tests/testdata/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-ast
......@@ -29,7 +29,7 @@ repos:
- id: mixed-line-ending
args: [--fix=lf]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.5
rev: v0.13.2
hooks:
# Run the linter.
- id: ruff-check
......@@ -47,7 +47,7 @@ repos:
args: [--check-filenames, --check-hidden, --ignore-words=ignore.txt]
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.30
rev: v0.9.32
hooks:
- id: pymarkdown
exclude: ^(lm_eval/tasks/.*|docs/footguns\.md)$
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment