summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPatrick Gerken <patrick.gerken@zumtobelgroup.com>2015-09-04 11:18:25 +0200
committerPatrick Gerken <patrick.gerken@zumtobelgroup.com>2015-09-04 11:18:25 +0200
commitfd211e49b5b926b75766f9889d3faa56462a276e (patch)
treecf4f60897363b5f44d1f894c4533be8f8c24fa3f /README.rst
parentfaa250aa1ff3a904cf8b9cf15963a18f8f680cc3 (diff)
downloadisort-fd211e49b5b926b75766f9889d3faa56462a276e.tar.gz
Adding NOQA Option
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e001f24f..f120339c 100644
--- a/README.rst
+++ b/README.rst
@@ -310,6 +310,12 @@ past the line_length limit and has 6 possible settings:
lib5, ...
)
+**6 - NOQA**
+
+.. code-block:: python
+
+ from third_party import lib1, lib2, lib3, ... # NOQA
+
Alternatively, you can set ``force_single_line`` to ``True`` (``-sl`` on the command line) and every import will appear on its
own line: