Skip to content

Commit

Permalink
Suggest disabling ungrouped-imports in FAQ when using isort (#9976)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
webknjaz committed Sep 27, 2024
1 parent 0972ba5 commit 8900ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pydocstyle_: missing-module-docstring, missing-class-docstring, missing-function

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

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

.. _`pycodestyle`: https://github.com/PyCQA/pycodestyle
.. _`pyflakes`: https://github.com/PyCQA/pyflakes
Expand Down

0 comments on commit 8900ccb

Please sign in to comment.