documentation added, black linter added

This commit is contained in:
pseusys
2023-02-17 22:41:08 +01:00
parent b36e374320
commit 2e494aa87b
12 changed files with 230 additions and 105 deletions

View File

@@ -38,9 +38,10 @@ run-container:
.PHONY: run-container
lint:
lint: venv
@ # Run flake8 linter
flake8 --max-line-length=160 --exclude venv,assets .
black --line-length=160 --check --exclude='/venv/|/assets/' .
.PHONY: lint
clean: