We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c32139 commit 3f3a5e4Copy full SHA for 3f3a5e4
README.md
@@ -89,18 +89,12 @@ Actions, below.
89
Pre-commit allows for static analysis tools (`black`, `flake8`, `isort`, etc.)
90
to be run manually or with every commit:
91
92
-1. Install pre-commit
93
- - Using pipenv:
94
- _(already completed by Create the Python virtual environment and
95
- install prerequisites, above)_
96
- - Using homebrew:
97
- ```shell
98
- brew install pre-commit
99
- ```
+1. (Pre-commit is installed by completing Create the Python virtual environment
+ and install prerequisites, above)
100
2. Install or run manually
101
- Install the git hook scripts to enable automatic execution on every commit
102
```shell
103
- pre-commit install
+ pipenv run pre-commit install
104
```
105
- Run manually before commit:
106
0 commit comments