Skip to content

Commit

Permalink
Merge branch 'PyCQA:main' into google
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Sep 29, 2023
2 parents 2188cb4 + e35a55f commit 6744aa1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 173 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/options.md
Expand Up @@ -910,7 +910,7 @@ Split imports list followed by a trailing comma into VERTICAL_HANGING_INDENT mod
**Type:** Bool
**Default:** `False`
**Config default:** `false`
**Python & Config File Name:** split_on_trailing_comma
**Python & Config File Name:** split_on_trailing_comma
**CLI Flags:**

- --split-on-trailing-comma
Expand Down Expand Up @@ -1516,7 +1516,7 @@ If `True` isort will follow symbolic links when doing recursive sorting.

## Indented Import Headings

If `True` isort will apply import headings to indended imports the same way it does unindented ones.
If `True` isort will apply import headings to indented imports the same way it does unindented ones.

**Type:** Bool
**Default:** `True`
Expand Down

0 comments on commit 6744aa1

Please sign in to comment.