From 8d913b56dac1e5e00e6b7d1d235f93d908409e52 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 30 Dec 2014 00:39:31 +0100 Subject: [PATCH] docs: Add note about noqa use --- docs/contributing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 8526f192..c94ef6ad 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -101,7 +101,9 @@ Mopidy to come with tests. flake8 - If successful, the command will not print anything at all. + If successful, the command will not print anything at all. Ignore the rare + cases you need to ignore a check use `# noqa: ` so we can lookup what + you are ignoring. #. Finally, there is the ultimate but a bit slower command. To run both tests, docs build, and flake8 linting, run::