From b1da26e9d25da0339a2d972cdb513e50dfd195ad Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 10 Jul 2025 21:11:24 +0200 Subject: [PATCH] Fix PLC0415 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 489a134..f4d9153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,8 @@ ignore = [ "B904", # ignore line-length violations "E501", + # ignore imports which are not at the top of a module + "PLC0415", # Too many arguments in function definition "PLR0913", # Too many branches