Browse Source

Add format to pylint disables

rafalp 6 years ago
parent
commit
ae1a82303a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .pylintrc

+ 1 - 0
.pylintrc

@@ -17,6 +17,7 @@ disable=
     duplicate-code,
     expression-not-assigned,
     fixme,
+    format,  # delegated to black
     inconsistent-return-statements,
     invalid-name,
     missing-docstring,