diff --git a/misc/requirements/requirements-flake8.txt-raw b/misc/requirements/requirements-flake8.txt-raw index 2baced0d0..2878edfba 100644 --- a/misc/requirements/requirements-flake8.txt-raw +++ b/misc/requirements/requirements-flake8.txt-raw @@ -14,7 +14,7 @@ pep8-naming pydocstyle<2.0.0 pyflakes -# Waiting until flake8-putty updated +# Not upgraded yet because they introduce new errors #@ filter: pydocstyle < 2.0.0 #@ filter: flake8-docstrings < 1.1.0 #@ filter: flake8-pep3101 < 1.1 diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py index 9f4eaa260..5cbf01aad 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 . -#pylint: disable=invalid-name +# pylint: disable=invalid-name """pytest fixtures used by the whole testsuite.