Skip to content

Commit 6a5a3c5

Browse files
committed
cleanup
1 parent e901c97 commit 6a5a3c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ When creating a PR, use the following process.
5454
5555
### Pre-commit hooks
5656

57-
This repository uses [pre-commit](https://pre-commit.com/) to automatically format code and generate documentation. When you commit changes to plugin files, the hooks will:
57+
This repository uses [pre-commit](https://pre-commit.com/) to automatically format code. When you commit changes to plugin files, the hooks will:
5858

5959
1. Run code formatters (ruff, black)
6060
2. Run type checking (mypy)
61-
3. Automatically regenerate plugin documentation (`docs/PLUGIN_DOC.md`)
6261

6362
#### Setup
6463

@@ -90,7 +89,4 @@ You can also run hooks manually:
9089
```bash
9190
# Run all hooks on all files
9291
pre-commit run --all-files
93-
94-
# Run a specific hook
95-
pre-commit run generate-plugin-docs --all-files
9692
```

0 commit comments

Comments
 (0)