Skip to content

Commit 8873963

Browse files
committed
Add install instructions to README for someone who is new to coding to do this linting
1 parent 2e98921 commit 8873963

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ If you make changes to the models.py or other schemas, you need to run a migrati
4545
1. Set the FLASK_APP environment variable `export FLASK_APP=run.py` or `ENV:FLASK_APP = "run.py"`
4646
2. Run the migration `flask db migrate`
4747
3. Upgrade to the latest migration `flask db upgrade`
48+
49+
Before committing, please lint your code:
50+
51+
```sh
52+
pip install --upgrade flake8
53+
flake8 app
54+
```

0 commit comments

Comments
 (0)