2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Modernized environment

This commit is contained in:
zakx
2017-04-10 22:55:25 +02:00
parent bb680c3427
commit 89e4cf899e
7 changed files with 45 additions and 56 deletions

8
setup.cfg Normal file
View File

@ -0,0 +1,8 @@
[flake8]
ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501
exclude = .git,__pycache__
max-complexity = 10