File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -89,18 +89,12 @@ Actions, below.
89
89
Pre-commit allows for static analysis tools (`black`, `flake8`, `isort`, etc.)
90
90
to be run manually or with every commit:
91
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
- ```
92
+ 1. (Pre-commit is installed by completing Create the Python virtual environment
93
+ and install prerequisites, above)
100
94
2. Install or run manually
101
95
- Install the git hook scripts to enable automatic execution on every commit
102
96
```shell
103
- pre-commit install
97
+ pipenv run pre-commit install
104
98
```
105
99
- Run manually before commit:
106
100
```shell
You can’t perform that action at this time.
0 commit comments