chore(api): disable fixme warnings

This commit is contained in:
jo 2022-07-01 14:58:15 +02:00 committed by Kyle Robbertze
parent c4bccf16f9
commit 81e1de4fbd
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ django-settings-module = "libretime_api.settings.testing"
[tool.pylint.messages_control]
extension-pkg-whitelist = "pydantic"
disable = [
"fixme",
"missing-class-docstring",
"missing-function-docstring",
"missing-module-docstring",