From 585822d6e175342a342ed60f3fa2f452410af82b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 10 Jun 2022 23:12:57 +0200 Subject: [PATCH] remove style command --- tasks.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks.py b/tasks.py index 7554bb23b8..59c618fcd9 100644 --- a/tasks.py +++ b/tasks.py @@ -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."""