From 2c79210c1f98cf3898230d088332417496aa9c35 Mon Sep 17 00:00:00 2001 From: Kiran Jonnalagadda Date: Mon, 15 Apr 2024 23:33:24 +0530 Subject: [PATCH] Ignore broken test --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e93d7b4b..f01e3db0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # Config for tools that don't yet support pyproject.toml [flake8] -ignore = I100, I201, E501, E124, E128, E402, E704, W503, D100, D101, D102, D103, D104, D107, S101 +ignore = I100, I201, E501, E124, E128, E402, E704, W503, D100, D101, D102, D103, D104, D107, S101, A005 max-line-length = 88 exclude = src/baseframe/static enable-extensions = G