summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-25 23:31:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-25 23:32:59 +0200
commit48ea86fcb54274c4edcc0cb66520b5c449531c70 (patch)
treee09c57049588b623b74803d7801ab15f04b36855
parent036af8519915e455d20254a66c04cf1d51bcd9e7 (diff)
downloadqutebrowser-48ea86fcb54274c4edcc0cb66520b5c449531c70.tar.gz
qutebrowser-48ea86fcb54274c4edcc0cb66520b5c449531c70.zip
Rename some qt6 FIXMEs
Not relevant for v3 and qt6
-rw-r--r--.mypy.ini2
-rw-r--r--.pylintrc2
-rw-r--r--tests/unit/keyinput/key_data.py2
-rw-r--r--tests/unit/misc/userscripts/test_qute_lastpass.py2
-rw-r--r--tests/unit/utils/test_urlmatch.py2
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=(<?https?://|file://|^# Copyright 201\d|link:)
expected-line-ending-format=LF
diff --git a/tests/unit/keyinput/key_data.py b/tests/unit/keyinput/key_data.py
index b0819c699..2004a081f 100644
--- a/tests/unit/keyinput/key_data.py
+++ b/tests/unit/keyinput/key_data.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
-# 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 = (