Explorar el Código

Fine tune flake8 config

Kevin Heinicke hace 7 años
padre
commit
0733779bb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flake8

+ 1 - 1
flake8

@@ -1,3 +1,3 @@
 [flake8]
 select = C,E,F,W,B,B950
-ignore = E501,F401
+ignore = E501,W503