zazwaz12 / CITS3200---National-Housing-Simulation

National Housing Simulation - mapping data points from the G-NAF and the census data sets.
0 stars 0 forks source link

Add `flake8` #40

Closed SodaVolcano closed 4 days ago

SodaVolcano commented 3 weeks ago

I was lazy and forgot to add flake8, it's a code linter that adds extra complaint if your code style doesn't conform with PEP8

Run it with --max-complexity=<number> and choose some number idk

ctmes commented 2 weeks ago

Do I have to make .git/hooks/pre-commit? Documentation for pre-commit has it in root dir (https://[pre-commit](https://pre-commit.com/).com/)

SodaVolcano commented 2 weeks ago

Do I have to make .git/hooks/pre-commit? Documentation for pre-commit has it in root dir (https://[pre-commit](https://pre-commit.com/).com/)

Yep should run the check before each commit is made to make sure the commits have consistent style