Update comments

This commit is contained in:
Florian Bruhin 2017-11-26 19:43:49 +01:00
parent 0f3cff60fa
commit 7520a365eb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
#pylint: disable=invalid-name
# pylint: disable=invalid-name
"""pytest fixtures used by the whole testsuite.