Skip to content

Commit 6d5257a

Browse files
committed
Align pre-commit-config and pyproject with SciTools template.
1 parent 8bf3d7b commit 6d5257a

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
@@ -42,7 +42,7 @@ repos:
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
4343
rev: "v0.14.13"
4444
hooks:
45-
- id: ruff
45+
- id: ruff-check
4646
types: [file, python]
4747
args: [--fix, --show-fixes]
4848
- id: ruff-format

0 commit comments

Comments
 (0)