2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

add docstring testing

This commit is contained in:
Matthias
2022-05-16 01:20:04 +02:00
parent da36af2021
commit 545756eacb
2 changed files with 4 additions and 0 deletions

View File

@ -15,8 +15,11 @@ ignore =
N806,
# - N812 - lowercase imported as non-lowercase
N812,
# - D415 - First line should end with a period, question mark, or exclamation point
D415,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
max-complexity = 20
docstring-convention=google
[coverage:run]
source = ./InvenTree