Browse Source

Merge pull request #1166 from rafalp/add-format-to-pylint

Add format to pylint disables
Rafał Pitoń 6 years ago
parent
commit
5122b9ff9c
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,