We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wrong-import-position
1 parent f9df79f commit d1fc69eCopy full SHA for d1fc69e
.pylintrc.toml
@@ -421,6 +421,7 @@ disable = [
421
"ungrouped-imports", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977
422
"useless-import-alias", # MyPy requires the opposite
423
"wrong-import-order", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977
424
+ "wrong-import-position", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977
425
]
426
427
# Enable the message, report, category or checker with the given id(s). You can
0 commit comments