summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index bbcfe911c..112277e0a 100644
--- a/pylintrc
+++ b/pylintrc
@@ -60,6 +60,8 @@ disable=
missing-docstring,
protected-access,
too-few-public-methods,
+ # handled by black
+ format
[REPORTS]