From 080ab7c8c187466b7c04a6a05236a59ad12646b4 Mon Sep 17 00:00:00 2001 From: Daniel Schwarz Date: Wed, 19 Jun 2024 16:03:32 -0400 Subject: [PATCH] added _env to list of .flake8 excluded directories --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ac93b71..d826518 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,4 @@ [flake8] -exclude=build,tests,tmp,venv,toot/tui/scroll.py +exclude=build,_env,tests,tmp,venv,toot/tui/scroll.py ignore=E128,W503,W504 max-line-length=120