diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-07-19 23:35:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-19 23:35:13 -0700 |
| commit | c37ec385b736e23d61c371d8214d77212aef6b71 (patch) | |
| tree | 325aabb52ce47478b64f7e6fb958e4977c275e52 /pyproject.toml | |
| parent | d36be863725aec17573e87e373941cec548290f9 (diff) | |
| download | pyramid-c37ec385b736e23d61c371d8214d77212aef6b71.tar.gz pyramid-c37ec385b736e23d61c371d8214d77212aef6b71.tar.bz2 pyramid-c37ec385b736e23d61c371d8214d77212aef6b71.zip | |
Remove comment about Black sorting imports
Lies!
Diffstat (limited to 'pyproject.toml')
| -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 |
