Reformat source code with Black; add pre-commit hooks and CI checks

This commit is contained in:
2020-12-05 10:59:33 -06:00
parent 3823931382
commit d99600f101
49 changed files with 1291 additions and 972 deletions

View File

@@ -34,6 +34,9 @@ install:
uninstall:
$(PIP) uninstall miplearn
reformat:
$(PYTHON) -m black miplearn
test:
$(PYTEST) $(PYTEST_ARGS)