From 48ea86fcb54274c4edcc0cb66520b5c449531c70 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 25 Jun 2023 23:31:49 +0200 Subject: Rename some qt6 FIXMEs Not relevant for v3 and qt6 --- .mypy.ini | 2 +- .pylintrc | 2 +- tests/unit/keyinput/key_data.py | 2 +- tests/unit/misc/userscripts/test_qute_lastpass.py | 2 +- tests/unit/utils/test_urlmatch.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index febeac384..4679ce19f 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -26,7 +26,7 @@ show_error_codes = True show_error_context = True pretty = True -### FIXME:qt6 get rid of this for v3 +### FIXME:v4 get rid of this no_implicit_optional = False [mypy-colorama] diff --git a/.pylintrc b/.pylintrc index a018d9fbe..ba8feae00 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,7 +76,7 @@ no-docstring-rgx=(^_|^main$) class-const-naming-style = snake_case [FORMAT] -# FIXME:qt6 (lint) down to 88 again once we use black +# FIXME:v4 (lint) down to 88 again once we use black max-line-length=190 ignore-long-lines=(. -# FIXME:qt6 (lint): disable=line-too-long +# FIXME:v4 (lint): disable=line-too-long """Data used by test_keyutils.py to test all keys.""" diff --git a/tests/unit/misc/userscripts/test_qute_lastpass.py b/tests/unit/misc/userscripts/test_qute_lastpass.py index aca3bb224..b95fa5f3f 100644 --- a/tests/unit/misc/userscripts/test_qute_lastpass.py +++ b/tests/unit/misc/userscripts/test_qute_lastpass.py @@ -203,7 +203,7 @@ class TestQuteLastPassMain: exit_code = qute_lastpass.main(arguments_mock) assert exit_code == qute_lastpass.ExitCodes.FAILURE - # FIXME:qt6 (lint): disable=line-too-long + # FIXME:v4 (lint): disable=line-too-long stderr_mock.assert_called_with( "LastPass CLI returned for www.example.com - Error: Could not find decryption key. Perhaps you need to login with `lpass login`.") qutecommand_mock.assert_not_called() diff --git a/tests/unit/utils/test_urlmatch.py b/tests/unit/utils/test_urlmatch.py index 820608138..1a9eb083c 100644 --- a/tests/unit/utils/test_urlmatch.py +++ b/tests/unit/utils/test_urlmatch.py @@ -37,7 +37,7 @@ from qutebrowser.qt.core import QUrl from qutebrowser.utils import urlmatch -# FIXME:qt6 (lint): disable=line-too-long +# FIXME:v4 (lint): disable=line-too-long _INVALID_IP_MESSAGE = ( -- cgit v1.2.3-54-g00ecf