Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,16 +1629,6 @@ Forces star imports above others to avoid overriding directly imported variables

- --star-first

## Git Ignore

If `True` isort will honor ignores within locally defined .git_ignore files.

**Type:** Dict
**Default:** `{}`
**Config default:** `{}`
**Python & Config File Name:** git_ignore
**CLI Flags:** **Not Supported**

## Format Error

Override the format used to print errors.
Expand Down
1 change: 0 additions & 1 deletion scripts/build_config_option_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def __str__(self):
"auto_identify_namespace_packages": "Automatically determine local namespace packages, generally by lack of any src files before a src containing directory.",
"namespace_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.",
"formatting_function": "The fully qualified Python path of a function to apply to format code sorted by isort.",
"group_by_package": "If `True` isort will automatically create section groups by the top-level package they come from.",
"indented_import_headings": "If `True` isort will apply import headings to indented imports the same way it does unindented ones.",
Expand Down
Loading