mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
fix: Lint each module separately
This commit is contained in:
parent
63b4f9040b
commit
f4eac1a230
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ dev-install:
|
|||
pip install -r test-requirements.txt
|
||||
|
||||
lint:
|
||||
pylint ../pokeapi --load-plugins pylint_django
|
||||
pylint config data pokemon_v2 --load-plugins pylint_django
|
||||
|
||||
setup:
|
||||
python manage.py migrate --settings=config.local
|
||||
|
|
Loading…
Reference in a new issue