Browse Source

Merge remote-tracking branch 'woju/pull/22/head' into core3-devel

Wojtek Porczyk 8 years ago
parent
commit
b5681c2278
1 changed files with 4 additions and 0 deletions
  1. 4 0
      setup.cfg

+ 4 - 0
setup.cfg

@@ -0,0 +1,4 @@
+[flake8]
+max-line-length=80
+ignore=E128,E302,E126,E127,E122
+