Closed wranglerr closed 5 years ago
black
flake8
pytest
To keep a high-quality, consistent code base, I'm introducing auto-formatting, linting, and testing as git hooks.
Summary
black
, linting withflake8
and unit testing withpytest
.Context
To keep a high-quality, consistent code base, I'm introducing auto-formatting, linting, and testing as git hooks.