From 34de88278fc4bbcc72f83be4b40df881735f8a35 Mon Sep 17 00:00:00 2001 From: Justin ! Date: Fri, 2 Oct 2020 20:04:43 -0400 Subject: Add flake8 configuration We'll use 120 chars as line length. They're still a few long lines to fic ans they're mostly in migrations packages, so maybe I'll simply ignore those and continue on the others errors. --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..6deafc26 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 120 -- cgit v1.2.3-55-g3dc8