InvenTree/pep_check.py

3 lines
108 B
Python

import subprocess
subprocess.call(['pep8', '--exclude=migrations', '--ignore=EC04,W293,E501', 'InvenTree'])