2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
- Improved some models
- Added PEP check script
This commit is contained in:
Oliver Walters
2017-03-29 08:37:41 +11:00
parent 4fafe93d9c
commit 68ae1110ad
6 changed files with 39 additions and 20 deletions

3
pep_check.py Normal file
View File

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