mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Migrate "style" task
This commit is contained in:
3
Makefile
3
Makefile
@ -26,9 +26,6 @@ translate:
|
|||||||
cd InvenTree && python3 manage.py makemessages
|
cd InvenTree && python3 manage.py makemessages
|
||||||
cd InvenTree && python3 manage.py compilemessages
|
cd InvenTree && python3 manage.py compilemessages
|
||||||
|
|
||||||
# Run PEP style checks against source code
|
|
||||||
style:
|
|
||||||
flake8 InvenTree
|
|
||||||
|
|
||||||
# Install packages required to generate code docs
|
# Install packages required to generate code docs
|
||||||
docreqs:
|
docreqs:
|
||||||
|
Reference in New Issue
Block a user