diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9bdd2274c..36187efd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ exclude = ''' )/ ''' - # This next section only exists for people that have their editors -# automatically call isort, black already sorts entries on its own when run. +# This next section only exists for people that have their editors +# automatically call isort. [tool.isort] profile = "black" multi_line_output = 3 |
