summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-11-16 21:10:46 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2021-11-16 21:10:46 -0800
commit32865effad44841ccea4c79d0d07e8f9189aff16 (patch)
tree0b75dc7acbc4379388f82b5cfd2349b8c1b27d1d /scripts
parent7eb671a503909e4a889a2df51cd19b5314aa5064 (diff)
downloadisort-32865effad44841ccea4c79d0d07e8f9189aff16.tar.gz
Add a description for sections
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_config_option_docs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_config_option_docs.py b/scripts/build_config_option_docs.py
index ea18bd4f..f20b7b77 100755
--- a/scripts/build_config_option_docs.py
+++ b/scripts/build_config_option_docs.py
@@ -101,6 +101,7 @@ description_mapping: Dict[str, str]
description_mapping = {
"length_sort_sections": "Sort the given sections by length",
"forced_separate": "Force certain sub modules to show separately",
+ "sections": "What sections isort should display imports for and in what order",
}
example_mapping: Dict[str, Example]