summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-11-19 21:32:25 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2021-11-19 21:32:25 -0800
commit63c7fa4913765a38ec6d65c556bc92c24549e891 (patch)
tree1b02cf0e4da0ac3b95ca4af5a28d8250bf0e2c5f /scripts
parent32c95c74b57d98f8b6922b3b9f4d84c80cb65736 (diff)
downloadisort-63c7fa4913765a38ec6d65c556bc92c24549e891.tar.gz
Populate more descriptions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_config_option_docs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build_config_option_docs.py b/scripts/build_config_option_docs.py
index 26a51571..5b050f0b 100755
--- a/scripts/build_config_option_docs.py
+++ b/scripts/build_config_option_docs.py
@@ -117,6 +117,10 @@ description_mapping = {
"constants": "An override list of tokens to always recognize as a CONSTANT for order_by_type regardless of casing.",
"classes": "An override list of tokens to always recognize as a Class for order_by_type regardless of casing.",
"variables": "An override list of tokens to always recognize as a var for order_by_type regardless of casing.",
+ "auto_identify_namespace_packages": "Automatically determine local namespace packages, generally by lack of any src files before a src containing directory.",
+ "namespaces_packages": "Manually specify one or more namespace packages.",
+ "follow_links": "If `True` isort will follow symbolic links when doing recursive sorting.",
+ "git_ignore": "If `True` isort will honor ignores within locally defined .git_ignore files.",
}
example_mapping: Dict[str, Example]