Fix linting; move kmk.util.intify_coordinate to kmk.matrix.intify_coordinate (trying to deprecate/remove util)

This commit is contained in:
Josh Klar
2019-07-24 23:43:00 -07:00
parent 4bdf926360
commit ef1c69aa2c
12 changed files with 31 additions and 17 deletions

View File

@@ -90,7 +90,6 @@ docker-base-deploy: docker-base
devdeps: .devdeps
lint: devdeps
@$(PIPENV) run black --check
@$(PIPENV) run flake8
fix-formatting: devdeps