Skip to content

Commit 5e24c24

Browse files
authored
Merge pull request #2531 from sparrowt/remove-defunct-option
Remove references to defunct `git_ignore` config
2 parents ab9cd36 + a53fecb commit 5e24c24

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

docs/configuration/options.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,16 +1629,6 @@ Forces star imports above others to avoid overriding directly imported variables
16291629

16301630
- --star-first
16311631

1632-
## Git Ignore
1633-
1634-
If `True` isort will honor ignores within locally defined .git_ignore files.
1635-
1636-
**Type:** Dict
1637-
**Default:** `{}`
1638-
**Config default:** `{}`
1639-
**Python & Config File Name:** git_ignore
1640-
**CLI Flags:** **Not Supported**
1641-
16421632
## Format Error
16431633

16441634
Override the format used to print errors.

scripts/build_config_option_docs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def __str__(self):
128128
"auto_identify_namespace_packages": "Automatically determine local namespace packages, generally by lack of any src files before a src containing directory.",
129129
"namespace_packages": "Manually specify one or more namespace packages.",
130130
"follow_links": "If `True` isort will follow symbolic links when doing recursive sorting.",
131-
"git_ignore": "If `True` isort will honor ignores within locally defined .git_ignore files.",
132131
"formatting_function": "The fully qualified Python path of a function to apply to format code sorted by isort.",
133132
"group_by_package": "If `True` isort will automatically create section groups by the top-level package they come from.",
134133
"indented_import_headings": "If `True` isort will apply import headings to indented imports the same way it does unindented ones.",

0 commit comments

Comments
 (0)