Skip to content

Commit 87d38d3

Browse files
committed
docs: Update README
1 parent df6e0cc commit 87d38d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ You can set up **Code Embedder** as a pre-commit hook using either:
9797
<li>Installation via PyPI</li>
9898
<li>Direct repository reference in your <code>.pre-commit-config.yaml</code> file</li>
9999
</ol>
100+
You can also use the `--all-files` option to process all files in the repository.
100101

101102
### A. Installation via PyPI
102103
Install the package:
@@ -110,7 +111,7 @@ Your `.pre-commit-config.yaml` file should look like this:
110111
hooks:
111112
- id: code-embedder
112113
name: Code embedder
113-
entry: code-embedder
114+
entry: code-embedder run
114115
language: python
115116
types: [markdown]
116117
```
@@ -123,7 +124,7 @@ Alternatively, you can reference the repository directly in your `.pre-commit-co
123124
hooks:
124125
- id: code-embedder
125126
name: Code embedder
126-
entry: code-embedder
127+
entry: code-embedder run
127128
language: python
128129
types: [markdown]
129130
```

0 commit comments

Comments
 (0)