Cleanup lints.
This commit is contained in:
parent
c271e31745
commit
0e2fdf94f9
4 changed files with 4 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -4,6 +4,9 @@ init:
|
|||
@python setup.py develop
|
||||
@pip install -r requirements.txt
|
||||
|
||||
lint:
|
||||
flake8 moto
|
||||
|
||||
test:
|
||||
rm -f .coverage
|
||||
rm -rf cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue