From: Steven Black Date: Sun, 18 Mar 2018 03:34:10 +0000 (-0400) Subject: Add .flake8 config file, with a more relaxed line length. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2eb73c36063ed8f05aa461e8bc5e605658e093ab;p=stevenblack-hosts.git Add .flake8 config file, with a more relaxed line length. --- diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..d201f01a4 --- /dev/null +++ b/.flake8 @@ -0,0 +1 @@ +max-line-length = 120 \ No newline at end of file