From ca110478acd0f0ad73b0ea20627d36402be401c8 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 21 Feb 2021 15:39:56 +0100 Subject: Fix link to isort documentation in doc/faq.rst --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index bb7f6618c..c817855f8 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -199,7 +199,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: wrong-import-order +isort_: wrong-import-order flake8-import-order_: wrong-import-order -- cgit v1.2.1