lint, updated README

This commit is contained in:
2023-04-15 21:14:36 -03:00
parent 5be0911e77
commit 0a81747299
6 changed files with 14 additions and 4 deletions

View File

@ -7,7 +7,8 @@ all: $(STL_FILES) lint
lint: .lint
.lint: **.py
.lint: *.py components/*.py
flake8
black *.py */*.py
touch .lint