summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2018-09-22 22:04:31 -0700
committerGitHub <noreply@github.com>2018-09-22 22:04:31 -0700
commit1a6dcfe7f2713559211623fbbc276064b77fd034 (patch)
tree106142b5d4273c89b5224076ef02e74a9368c0bc /README.rst
parent23d4492aca81e93b48260ac25d2985e932b8e7fe (diff)
parent4938ed11b06731ab1a9fcd8e6f57e7096bf3c1af (diff)
downloadisort-1a6dcfe7f2713559211623fbbc276064b77fd034.tar.gz
Merge pull request #747 from terencehonles/add-support-for-tool-isort-section
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 d4646f9a..5389d46b 100644
--- a/README.rst
+++ b/README.rst
@@ -250,7 +250,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.