Explorar o código

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

Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
96093c8351
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .pylintrc

+ 2 - 1
.pylintrc

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