Skip to content

Commit beb942b

Browse files
committed
undo to pre_commit - python -m pre_commit
1 parent e2a0cb4 commit beb942b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEVELOPER_HELP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ npm run format
7777
npx dprint fmt --allow-no-files
7878

7979
# Run all pre-commit checks
80-
python -m pre-commit run --all-files
80+
python -m pre_commit run --all-files
8181

8282
# Or run specific hooks only (examples):
83-
python -m pre-commit run prettier --all-files # Run only prettier formatting
84-
python -m pre-commit run eslint --all-files # Run only ESLint checks
85-
python -m pre-commit run markdownlint --all-files # Run only Markdown linting
86-
python -m pre-commit run yamllint --all-files # Run only YAML linting
83+
python -m pre_commit run prettier --all-files # Run only prettier formatting
84+
python -m pre_commit run eslint --all-files # Run only ESLint checks
85+
python -m pre_commit run markdownlint --all-files # Run only Markdown linting
86+
python -m pre_commit run yamllint --all-files # Run only YAML linting
8787
```
8888

8989
**Note:** If you don't have pre-commit installed, install it from the requirements file as mentioned in the prerequisites section.

0 commit comments

Comments
 (0)