mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Increase allowed complexity
This commit is contained in:
@ -3,6 +3,6 @@ ignore =
|
||||
# - W293 - blank lines contain whitespace
|
||||
W293,
|
||||
# - E501 - line too long (82 characters)
|
||||
E501,
|
||||
E501
|
||||
exclude = .git,__pycache__
|
||||
max-complexity = 10
|
||||
max-complexity = 20
|
||||
|
Reference in New Issue
Block a user