summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-23 14:10:10 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-23 14:10:10 +0200
commite909f57f4fece0af6ac843d848e1c14907023b40 (patch)
tree3eacceaed45b376fd8f8d3e7b352d40f9dd0e4ac
parent09fd975af70ca27a53980dc433332a377b1c9208 (diff)
downloadqutebrowser-reuse.tar.gz
qutebrowser-reuse.zip
Fix lint/testsreuse
-rwxr-xr-xscripts/hist_importer.py1
-rwxr-xr-xscripts/importer.py1
-rwxr-xr-xscripts/mkvenv.py1
-rw-r--r--scripts/setupcommon.py1
-rw-r--r--tests/end2end/data/downloads/mhtml/complex/complex.html4
-rw-r--r--tests/unit/scripts/test_dictcli.py1
6 files changed, 0 insertions, 9 deletions
diff --git a/scripts/hist_importer.py b/scripts/hist_importer.py
index ffc7f9f27..def629961 100755
--- a/scripts/hist_importer.py
+++ b/scripts/hist_importer.py
@@ -6,7 +6,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-
"""Tool to import browser history from other browsers."""
diff --git a/scripts/importer.py b/scripts/importer.py
index e1c258e7e..1914e6976 100755
--- a/scripts/importer.py
+++ b/scripts/importer.py
@@ -6,7 +6,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-
"""Tool to import data from other browsers.
Currently importing bookmarks from Netscape HTML Bookmark files, Chrome
diff --git a/scripts/mkvenv.py b/scripts/mkvenv.py
index 2de60c09f..53f7f99f3 100755
--- a/scripts/mkvenv.py
+++ b/scripts/mkvenv.py
@@ -5,7 +5,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-
"""Create a local virtualenv with a PyQt install."""
import argparse
diff --git a/scripts/setupcommon.py b/scripts/setupcommon.py
index 7aba04457..c774a10eb 100644
--- a/scripts/setupcommon.py
+++ b/scripts/setupcommon.py
@@ -3,7 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-
"""Data used by setup.py and the PyInstaller qutebrowser.spec."""
import sys
diff --git a/tests/end2end/data/downloads/mhtml/complex/complex.html b/tests/end2end/data/downloads/mhtml/complex/complex.html
index 3be1eed79..2cc5a52bb 100644
--- a/tests/end2end/data/downloads/mhtml/complex/complex.html
+++ b/tests/end2end/data/downloads/mhtml/complex/complex.html
@@ -1,7 +1,3 @@
-<!--
-SPDX-License-Identifier: GPL-3.0-or-later
--->
-
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
diff --git a/tests/unit/scripts/test_dictcli.py b/tests/unit/scripts/test_dictcli.py
index 3828ced9a..8752f9a59 100644
--- a/tests/unit/scripts/test_dictcli.py
+++ b/tests/unit/scripts/test_dictcli.py
@@ -4,7 +4,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-
import pathlib
import pytest