From 81e1de4fbdccf2e34f48dfd8e7b8db519c1540a7 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 1 Jul 2022 14:58:15 +0200 Subject: [PATCH] chore(api): disable fixme warnings --- api/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/pyproject.toml b/api/pyproject.toml index 3b08311c7..64b2ad57b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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",