Skip to content

Commit 3f3a5e4

Browse files
committed
remove homebrew install instructions and fix command
1 parent 4c32139 commit 3f3a5e4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,12 @@ Actions, below.
8989
Pre-commit allows for static analysis tools (`black`, `flake8`, `isort`, etc.)
9090
to be run manually or with every commit:
9191
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)
10094
2. Install or run manually
10195
- Install the git hook scripts to enable automatic execution on every commit
10296
```shell
103-
pre-commit install
97+
pipenv run pre-commit install
10498
```
10599
- Run manually before commit:
106100
```shell

0 commit comments

Comments
 (0)