mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
68ae1110ad
- Improved some models - Added PEP check script
3 lines
108 B
Python
3 lines
108 B
Python
import subprocess
|
|
|
|
subprocess.call(['pep8', '--exclude=migrations', '--ignore=EC04,W293,E501', 'InvenTree']) |