Skip to content

Commit a6bc04b

Browse files
chore: update pre-commit comment to reference ruff
The pre-commit config has been modernized to use ruff instead of flake8. Update the SKIP example comment accordingly. Closes #1271 Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 17c5f4d commit a6bc04b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# pip install datajoint[test]
21
# pre-commit install
32
# pre-commit run --all-files
43
# pre-commit autoupdate
5-
# SKIP=flake8 git commit -m "foo"
4+
# SKIP=ruff git commit -m "foo"
65

76
# See https://pre-commit.com for more information
87
# See https://pre-commit.com/hooks.html for more hooks

0 commit comments

Comments
 (0)