From 64c846af95e5a59f4c5c3348b362a489a7b761a0 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Tue, 20 Dec 2022 17:24:00 +0000 Subject: [PATCH] Restore comment in format that flake8 supports (#136) * change * remove comment * petsc arch * restore comment --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 559dbe31a..1a805468f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,7 @@ ci = [flake8] ignore = E501, W504, + # ambiguous variable name E741 builtins = ufl exclude = .git,__pycache__,doc/sphinx/source/conf.py,build,dist,test