test(shared): ignore pylint warning

This commit is contained in:
jo 2022-01-22 12:56:50 +01:00 committed by Kyle Robbertze
parent 0f8cb1a5ed
commit 1a1f0488d5
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ class BaseConfig(BaseModel):
if filepath is None:
return {}
# pylint: disable=fixme
# TODO: Remove ability to load ini files once yaml if fully supported.
if filepath.suffix == ".conf":
config = ConfigParser()