You've already forked wakapi-readme-stats
small fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ run-container:
|
|||||||
|
|
||||||
|
|
||||||
lint: venv
|
lint: venv
|
||||||
@ # Run flake8 linter
|
@ # Run flake8 and black linters
|
||||||
flake8 --max-line-length=160 --exclude venv,assets .
|
flake8 --max-line-length=160 --exclude venv,assets .
|
||||||
black --line-length=160 --check --exclude='/venv/|/assets/' .
|
black --line-length=160 --check --exclude='/venv/|/assets/' .
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user