Explorar o código

Add .flake8 configuration

Jan Holthuis %!s(int64=5) %!d(string=hai) anos
pai
achega
ccf6113e28
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .flake8

+ 5 - 0
.flake8

@@ -0,0 +1,5 @@
+[flake8]
+# E203 is not PEP8 compliant and is not compatible with black:
+# https://black.readthedocs.io/en/stable/the_black_code_style.html#slices
+# The same goes of E231 and W503 conflicts with black, too.
+ignore = E203,E231,W503