summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTerence D. Honles <terence@honles.com>2018-09-13 12:20:35 -0700
committerTerence D. Honles <terence@honles.com>2018-09-13 12:20:35 -0700
commit4938ed11b06731ab1a9fcd8e6f57e7096bf3c1af (patch)
tree9e284c3695ce0c2943bca6057f1a9e133848f512 /README.rst
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-4938ed11b06731ab1a9fcd8e6f57e7096bf3c1af.tar.gz
explicitly state the section is "isort" and add support for "tool:isort"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1a0de425..2657c0e2 100644
--- a/README.rst
+++ b/README.rst
@@ -238,7 +238,7 @@ To configure isort for a single user create a ``~/.isort.cfg`` file:
Additionally, you can specify project level configuration simply by placing a ``.isort.cfg`` file at the root of your
project. isort will look up to 25 directories up, from the file it is ran against, to find a project specific configuration.
-Or, if you prefer, you can add an isort section to your project's ``setup.cfg`` or ``tox.ini`` file with any desired settings.
+Or, if you prefer, you can add an ``isort`` or ``tool:isort`` section to your project's ``setup.cfg`` or ``tox.ini`` file with any desired settings.
You can then override any of these settings by using command line arguments, or by passing in override values to the
SortImports class.