From 650b0051e6ae6c8c3e4df1be200d78deaceb17bf Mon Sep 17 00:00:00 2001 From: Ryan Farley Date: Sun, 26 Nov 2017 01:59:21 -0600 Subject: [PATCH] remove useless ignores --- tests/helpers/fixtures.py | 2 +- tests/helpers/stubs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py index 427cdcc0d..9f4eaa260 100644 --- a/tests/helpers/fixtures.py +++ b/tests/helpers/fixtures.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -# noqa: N801,N806 pylint: disable=invalid-name +#pylint: disable=invalid-name """pytest fixtures used by the whole testsuite. diff --git a/tests/helpers/stubs.py b/tests/helpers/stubs.py index 9fc04aba3..878c9e166 100644 --- a/tests/helpers/stubs.py +++ b/tests/helpers/stubs.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -# noqa: N801,N806 pylint: disable=invalid-name,abstract-method +# pylint: disable=invalid-name,abstract-method """Fake objects/stubs."""