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