From b9984bf156d2dd140ca8f1260a1349c36d2ed387 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Tue, 12 Oct 2021 16:20:05 -0700 Subject: [PATCH] Forgot pylint formatting. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 348e97e0..d5321548 100644 --- a/.flake8 +++ b/.flake8 @@ -6,6 +6,6 @@ exclude = .pytest_cache, venv ignore = E501, F401 -format = default +format = pylint show-source = True max-complexity = 10