From 7f064ad3ea824fbaac91332a8ebf8f8503bdb476 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Fri, 31 May 2024 20:39:35 +0100 Subject: [PATCH] Allow messy comments --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index f9e4225..3759fea 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,7 @@ exclude = .git,__pycache__,venv*,.venv*,build,dist,.local,.#*,#*,*~ restricted_packages = json inline-quotes = " +extend-ignore = E265 per-file-ignores = # imported but unused src/**/__init__.py: F401