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

Github action #1

Closed SodaVolcano closed 3 weeks ago

SodaVolcano commented 1 month ago

Set up a Github action for pull requests that does the following:

  1. Run black . to format all Python files
  2. Run pyright to check for types
  3. Run pytest to run tests
zazwaz12 commented 3 weeks ago

This is now closed as pyright has been added.