summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pylintrc2
-rw-r--r--buildstream/_artifactcache/pushreceive.py2
-rw-r--r--buildstream/_frontend/widget.py2
3 files changed, 2 insertions, 4 deletions
diff --git a/.pylintrc b/.pylintrc
index 69888d251..3a9348709 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -116,8 +116,6 @@ disable=#####################################
cyclic-import,
- bad-whitespace
-
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
diff --git a/buildstream/_artifactcache/pushreceive.py b/buildstream/_artifactcache/pushreceive.py
index 0426f6871..7c3ac8259 100644
--- a/buildstream/_artifactcache/pushreceive.py
+++ b/buildstream/_artifactcache/pushreceive.py
@@ -32,7 +32,7 @@ from urllib.parse import urlparse
import click
import gi
-from .. import _signals
+from .. import _signals # nopep8
gi.require_version('OSTree', '1.0')
# pylint: disable=wrong-import-position,wrong-import-order
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py
index 90e207ed3..b5f581556 100644
--- a/buildstream/_frontend/widget.py
+++ b/buildstream/_frontend/widget.py
@@ -312,7 +312,7 @@ class LogLine(Widget):
log_lines=10,
message_lines=10,
debug=False,
- message_format: str=None):
+ message_format: str = None):
super(LogLine, self).__init__(content_profile, format_profile)
self.columns = []