summaryrefslogtreecommitdiff
path: root/docs/configuration/config_files.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/config_files.html')
-rw-r--r--docs/configuration/config_files.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/config_files.html b/docs/configuration/config_files.html
index a40f9949..e69119cb 100644
--- a/docs/configuration/config_files.html
+++ b/docs/configuration/config_files.html
@@ -1478,6 +1478,8 @@ use this standard it can be a natural fit to put your isort config there as well
<p><a href="https://tox.readthedocs.io/en/latest/">tox</a> is a tool commonly used in the Python community to specify multiple testing environments.
Because isort verification is commonly ran as a testing step, some prefer to place the isort config inside of the tox.ini file.</p>
<div class="codehilite"><pre><span></span><code><span class="k">[isort]</span>
+<span class="na">profile</span> <span class="o">=</span> <span class="s">black</span>
+<span class="na">multi_line_output</span> <span class="o">=</span> <span class="s">3</span>
</code></pre></div>
<h2 id="editorconfig">.editorconfig</h2>