Skip to content

Commit 8900ccb

Browse files
authored
Suggest disabling ungrouped-imports in FAQ when using isort (#9976)
`isort` can be pretty flexible about grouping the imports, and sometimes its configuration may be incompatible with not only `wrong-imports-order` but with the `ungrouped-imports` rule too.
1 parent 0972ba5 commit 8900ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pydocstyle_: missing-module-docstring, missing-class-docstring, missing-function
107107

108108
pep8-naming_: invalid-name, bad-classmethod-argument, bad-mcs-classmethod-argument, no-self-argument
109109

110-
isort_ and flake8-import-order_: wrong-import-order
110+
isort_ and flake8-import-order_: ungrouped-imports, wrong-import-order
111111

112112
.. _`pycodestyle`: https://github.com/PyCQA/pycodestyle
113113
.. _`pyflakes`: https://github.com/PyCQA/pyflakes

0 commit comments

Comments
 (0)