Adjust pylint

This commit is contained in:
Andreas Zweili 2023-12-29 14:07:38 +01:00
parent 448ccda2ef
commit 6f9bf4573e
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ authors = ["Andreas Zweili <andreas@zweili.ch>"]
license = "GPL3.0+"
readme = "README.md"
[tool.pylint."MESSAGES CONTROL"]
disable = [
"missing-module-docstring",
"missing-function-docstring",
"missing-class-docstring",
]
[tool.poetry.dependencies]
python = "^3.11"
flask = "^3.0.0"