mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
ignore __init__ files for docstrings
This commit is contained in:
parent
bcac4bd2cf
commit
8d5f229000
@ -18,6 +18,9 @@ ignore =
|
|||||||
# - D415 - First line should end with a period, question mark, or exclamation point
|
# - D415 - First line should end with a period, question mark, or exclamation point
|
||||||
D415,
|
D415,
|
||||||
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*
|
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*
|
||||||
|
per-file-ignores =
|
||||||
|
# Do not enforce docstring on __init__
|
||||||
|
__init__.py: D104
|
||||||
max-complexity = 20
|
max-complexity = 20
|
||||||
docstring-convention=google
|
docstring-convention=google
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user