Skip to content

Commit 3865442

Browse files
authored
Merge pull request #11096 from internetarchive/update/ruff-check
use modern ruff-check pre-commit hook
2 parents 60e80ce + 3c0f395 commit 3865442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
rev: v0.11.13
3636
hooks:
37-
- id: ruff
37+
- id: ruff-check
3838
args: [ --fix ]
3939

4040
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)