mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Updates
- Improved some models - Added PEP check script
This commit is contained in:
3
pep_check.py
Normal file
3
pep_check.py
Normal file
@ -0,0 +1,3 @@
|
||||
import subprocess
|
||||
|
||||
subprocess.call(['pep8', '--exclude=migrations', '--ignore=EC04,W293,E501', 'InvenTree'])
|
Reference in New Issue
Block a user