From c90ecc6847c034f648d49c813e4a633bf16322fb Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Tue, 10 May 2016 08:58:30 -0700
Subject: [PATCH] Add F821 to ignore list.

- Consider removing this once names like `cmake` and `configure` are
  moved to a sensible namespace.
---
 flake8.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake8.ini b/flake8.ini
index f8bff04355..32ced73dd7 100644
--- a/flake8.ini
+++ b/flake8.ini
@@ -1,3 +1,3 @@
 [flake8]
-ignore = W391,F403,E221
+ignore = W391,F403,E221,F821
 max-line-length = 79
-- 
GitLab