summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/pylintrc b/pylintrc
index f86cbbe7..fc4394be 100644
--- a/pylintrc
+++ b/pylintrc
@@ -124,9 +124,6 @@ disable=fixme,invalid-name, missing-docstring, too-few-public-methods,
unused-argument,
# Not very useful when it warns about imports.
duplicate-code,
- # Don't care about these two too much
- wrong-import-order,
- wrong-import-position,
# We'll have to disable this until we drop support for Python 2
stop-iteration-return,
# black handles these