diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-06-30 23:59:14 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-06-30 23:59:14 -0700 |
| commit | 937e7b2e4f661cd9eb922f1f5036b09eb5b01c8f (patch) | |
| tree | baad9fe494126e54f355c76f9da520b3473d7bf2 /scripts | |
| parent | d358eb26b1e4289871509608452b2df80bcde4a5 (diff) | |
| download | isort-937e7b2e4f661cd9eb922f1f5036b09eb5b01c8f.tar.gz | |
Add introduction header
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_config_option_docs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build_config_option_docs.py b/scripts/build_config_option_docs.py index 11c2b1a6..06fbe2b5 100755 --- a/scripts/build_config_option_docs.py +++ b/scripts/build_config_option_docs.py @@ -21,6 +21,8 @@ As a code formatter isort has opinions. However, it also allows you to have your isort will disagree but commit to your way of formatting. To enable this, isort exposes a plethora of options to specify how you want your imports sorted, organized, and formatted. +Too busy to build your perfect isort configuration? For curated common configurations, see isort's [built-in profiles](https://timothycrosley.github.io/isort/docs/configuration/profiles/). + """ parser = _build_arg_parser() |
