Added a flake8 configuration ini file to configure line length.

Configures flake8 to use 128 character lengths for "E501 line too long"
This commit is contained in:
Jake Herbst
2022-05-11 08:16:21 -04:00
parent d5866f2b52
commit 9b12feea5d
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 128