Explorar o código

FIx formatting.

Jelmer Vernooij %!s(int64=4) %!d(string=hai) anos
pai
achega
62d889ddec
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .flake8

+ 5 - 0
.flake8

@@ -0,0 +1,5 @@
+[flake8]
+extend-ignore = E203, E266, E501, W293, W291
+max-line-length = 88
+max-complexity = 18
+select = B,C,E,F,W,T4,B9