remove style command

This commit is contained in:
Matthias 2022-06-10 23:12:57 +02:00
parent edbe7f1c3d
commit 585822d6e1
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -214,13 +214,6 @@ def update(c):
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
def test(c, database=None):
"""Run unit-tests for InvenTree codebase."""