Explorar el Código

pylint: disable bad-continuation check (incompatible with black)

Fabian Peter Hammerle hace 4 años
padre
commit
96093c8351
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .pylintrc

+ 2 - 1
.pylintrc

@@ -1,6 +1,7 @@
 [MESSAGES CONTROL]
 
-disable=missing-docstring
+disable=bad-continuation, # black
+        missing-docstring
 
 
 [SIMILARITIES]