Keeping up to date

This commit is contained in:
pseusys
2023-02-22 18:35:14 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ run-container:
lint: venv
@ # Run flake8 and black linters
flake8 --max-line-length=160 --exclude venv,assets .
black --line-length=160 --check --exclude='/venv/|/assets/' .
black --line-length=160 --exclude='/venv/|/assets/' .
.PHONY: lint
clean: