Disable pylint messages for functions and classes

This commit is contained in:
Andreas Zweili 2023-08-28 17:33:14 +02:00
parent d238371a5c
commit 7e4a7ec125
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ good-names = [
"ip",
]
[tool.pylint."MESSAGES CONTROL"]
disable = [
"missing-function-docstring",
"missing-class-docstring",
]
[tool.poetry]
name = "network_inventory"