From 95d9eae37845b046c867d27d2397a925f3ec6a76 Mon Sep 17 00:00:00 2001 From: pinguin999 Date: Tue, 7 Jun 2016 14:41:18 +0200 Subject: [PATCH] Per Code Line How to ignore one code line --- docs/config.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index c0a1b70..e00992a 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -31,6 +31,11 @@ files are read if present. Only the first file is considered. If this file does not have a ``[flake8]`` section, no project specific configuration is loaded. +Per Code Line +------- + +To ignore one line of code add ``# NOQA`` as a line comment. + Default -------