GuyHoozdis / hypermodern-python

A template based on "The Hypermodern Python Project"
MIT License
0 stars 0 forks source link

Chapter 3 Linting #3

Closed GuyHoozdis closed 3 months ago

GuyHoozdis commented 3 months ago

Why Are We Doing This?

This builds out the development tools to help produce a clean and stable product.

Test Plan

  1. Verify the full test suite passes: nox will run lint and all the test-X.XX permutations.
  2. Verify the code base passes the style checker: nox -s black. This is the only nox session that isn't automatically executed.