From 7d0b70ac6d8c8b32218678ba3ccb16a2ac6d5bde Mon Sep 17 00:00:00 2001 From: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:36:12 +0000 Subject: [PATCH] Trimmed .flake8 exclusions This .flake8 file was copied from wxflow. --- .flake8 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.flake8 b/.flake8 index 35bff9e2f4..e3a4e3e47e 100644 --- a/.flake8 +++ b/.flake8 @@ -1,6 +1,3 @@ [flake8] -exclude = .git,.github,venv,__pycache__,docs/conf.py,old,build,dist +exclude = .git,.github,venv,__pycache__,old,build,dist max-line-length = 160 -per-file-ignores = - # imported but unused - __init__.py: F401