mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
remove style command
This commit is contained in:
7
tasks.py
7
tasks.py
@ -214,13 +214,6 @@ def update(c):
|
|||||||
manage(c, 'compilemessages', pty=True)
|
manage(c, 'compilemessages', pty=True)
|
||||||
|
|
||||||
|
|
||||||
@task
|
|
||||||
def style(c):
|
|
||||||
"""Run PEP style checks against InvenTree sourcecode"""
|
|
||||||
print("Running PEP style checks...")
|
|
||||||
c.run('flake8 InvenTree tasks.py')
|
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def test(c, database=None):
|
def test(c, database=None):
|
||||||
"""Run unit-tests for InvenTree codebase."""
|
"""Run unit-tests for InvenTree codebase."""
|
||||||
|
Reference in New Issue
Block a user