File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ npm run format
7777npx 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.
You can’t perform that action at this time.
0 commit comments