Skip to content

Commit 2d3f41d

Browse files
committed
Disable pylint’s import-order checks and fully rely on isort
1 parent 617f6e1 commit 2d3f41d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ split_on_trailing_comma = true
143143
use_parentheses = true
144144

145145
[tool.pylint.basic]
146+
disable = [
147+
"wrong-import-order",
148+
"ungrouped-imports",
149+
"wrong-import-position"
150+
]
146151
include-naming-hint = true
147152

148153
[tool.pylint.classes]

0 commit comments

Comments
 (0)