From c172684b1bcc583da614830146582cf9a7f67006 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 28 May 2022 11:46:00 -0400 Subject: [PATCH] update config file --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flake8 b/.flake8 index 452c42549..fbc73fdc2 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,5 @@ [flake8] +# The flake8 config should work well with black, +# see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8 ignore = E203,E501,E741,W503,W604 exclude = build,sample-files