From 886b3e1a445ee4dc665f87015bd711bc1b1b80a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Aug 2023 20:23:39 +0200 Subject: [PATCH] docs: fix black profile documentation split_on_trailing_comma is not actually enabled by the black profile --- docs/configuration/profiles.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/configuration/profiles.md b/docs/configuration/profiles.md index 56b10757a..a8e09dd25 100644 --- a/docs/configuration/profiles.md +++ b/docs/configuration/profiles.md @@ -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