summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index cd55df31..6c4db34e 100644
--- a/README.rst
+++ b/README.rst
@@ -463,6 +463,12 @@ This will result in the following output style:
UnexpectedCodePath,
)
+It is also possible to opt-in to sorting imports by length for only specific
+sections by using ``length_sort_`` followed by the section name as a
+configuration item, e.g.::
+
+ length_sort_stdlib=1
+
Skip processing of imports (outside of configuration)
=====================================================