Skip to content

Commit d1fc69e

Browse files
committed
🧪 Suppress wrong-import-position in pylint
It's isort-handled, and pylint does not know all the context.
1 parent f9df79f commit d1fc69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ disable = [
421421
"ungrouped-imports", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977
422422
"useless-import-alias", # MyPy requires the opposite
423423
"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
424425
]
425426

426427
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)