mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-01 04:21:39 -05: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']) |