Skip to content

Commit

Permalink
docs: fix black profile documentation
Browse files Browse the repository at this point in the history
split_on_trailing_comma is not actually enabled by the black profile
  • Loading branch information
nijel committed Aug 10, 2023
1 parent 3ab3ad4 commit 886b3e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/configuration/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ To use any of the listed profiles, use `isort --profile PROFILE_NAME` from the c
- **use_parentheses**: `True`
- **ensure_newline_before_comments**: `True`
- **line_length**: `88`
- **split_on_trailing_comma**: `True`

#django

Expand Down

0 comments on commit 886b3e1

Please sign in to comment.