From 0b0d8e7f97bc34026c07169f81790776b6592e86 Mon Sep 17 00:00:00 2001 From: badrogger Date: Fri, 3 Jan 2025 11:54:43 +0000 Subject: [PATCH] Modify flake8 config to trigger build --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 12bd9cf3..a34d601c 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] max-line-length = 100 -exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,venv,helper-scripts +exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,venv,helper-scripts,.venv