From 1c83d406f106326f8f5a1fae26d55baf8c78f3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20K=C3=B6rber?= <56073945+jakobkoerber@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:05:01 +0200 Subject: [PATCH] Fix Linting :) --- scripts/reformat.py | 2 +- src/entities.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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