Browse Source

Adds flake8 config file

Caleb Fangmeier 7 years ago
parent
commit
3fc71b0beb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .flake8

+ 3 - 0
.flake8

@@ -0,0 +1,3 @@
+[flake8]
+ignore = E221, E222, E241, E226
+max_line_length=120