From c6f146a16900f9fd81b9bc1b1fc7c7810f2b2a8e Mon Sep 17 00:00:00 2001 From: Maksim Stepanov <17935127+delatrie@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:37:35 +0700 Subject: [PATCH] Ignore flake A005 on existing types modules --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flake8 b/.flake8 index 0b443177..70cbc719 100644 --- a/.flake8 +++ b/.flake8 @@ -7,3 +7,5 @@ exclude = ./tests/allure_behave/acceptance/behave_support/background/background_steps.py per-file-ignores = ./allure-python-commons/src/model2.py:A003 + ./allure-python-commons/src/types.py:A005 + ./allure-robotframework/src/listener/types.py:A005