diff --git a/scripts/reformat.py b/scripts/reformat.py index 6c76cbe93..b7ee7e3b0 100755 --- a/scripts/reformat.py +++ b/scripts/reformat.py @@ -1,4 +1,5 @@ #!/bin/python3 +# pylint: disable=too-many-arguments import json import os import re diff --git a/src/entities.py b/src/entities.py index b541e1ae5..2cd22a4fb 100644 --- a/src/entities.py +++ b/src/entities.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# pylint: disable=too-many-arguments # Postponed Evaluation of Annotations to allow using a class inside a class for annotations from __future__ import annotations