From bd4c0781139bc93e28438390650ef1c7484597bb Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 18 Jan 2024 18:28:44 +0100 Subject: [PATCH] chore: doc flake8 config Signed-off-by: Jan Kowalleck --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8187a2c1..190ae959 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ commands = [testenv:flake8] commands = + # mypy config is in own file: `.flake8` poetry run flake8 cyclonedx/ tests/ typings/ examples/ tools/ [testenv:bandit]