Add linting
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
|
||||
|
||||
all: $(STL_FILES)
|
||||
all: $(STL_FILES) .lint
|
||||
|
||||
%.stl: %.py dimensions.py utils.py
|
||||
python $<
|
||||
python $<
|
||||
|
||||
.lint: *.py
|
||||
flake8
|
||||
touch .lint
|
||||
|
||||
|
Reference in New Issue
Block a user