Skip to content

Commit 53e5b4e

Browse files
authored
Update README.md
fix pre-commit command
1 parent 8c7662c commit 53e5b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ to be run manually or with every commit:
9898
```
9999
- Run manually before commit:
100100
```shell
101-
pipenv run pre-commit -a
101+
pipenv run pre-commit run -a
102102
```
103103
3. _(Optional)_ review the configuration file:
104104
[`.pre-commit-config.yaml`](`.pre-commit-config.yaml`)

0 commit comments

Comments
 (0)