This commit is contained in:
Roberto Alsina 2023-04-16 22:45:47 -03:00
parent 79e5c3d5b0
commit a08afe6775

View File

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