Skip to content

Commit 85df5af

Browse files
authored
1-2-3
Signed-off-by: Mackenzie Mathis <[email protected]>
1 parent e2bf0af commit 85df5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ project_name/
5757

5858
* Formatted code makes your life and those who use/review your code easier. Standardized formatting with tools like `black` and `isort` (see the provided `.pre-commit-config.yaml`).
5959
* [Pre-commit hooks](https://pre-commit.com/) to automate checks before pushing code! Follow their quick Guide to do this, but in short:
60+
6061
(1) install it in your dev env
6162
```python
6263
pip install pre-commit

0 commit comments

Comments
 (0)