From 04090815df59fd4d99411be4e67452340eb23311 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Thu, 27 Apr 2023 19:10:17 +0300 Subject: [PATCH] +ignore --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b9e39d2e8..a48fce637 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ max_line_length = 120 per-file-ignores = *.pyi: B, E301, E302, E305, E501, E701, E741, E743, NQA102, F401, F403, F405, F822, Y021, Y024, Y041, Y043 setup.py: INP001 + tests/*.py: INP001 */tests/*.py: INP001 [metadata]