Skip to content

Commit 4524d5c

Browse files
committed
style: pylint 3.3.7
1 parent 750d830 commit 4524d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oomox_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def do_export(self) -> None:
4444
]
4545
make_opts = []
4646
if self.export_config[self.OPTIONS.GTK3_CURRENT_VERSION_ONLY]:
47-
if Gtk.get_minor_version() >= 20: # noqa: PLR2004
47+
if Gtk.get_minor_version() >= 20: # pylint: disable=no-value-for-parameter # noqa: PLR2004
4848
make_opts += ["gtk320"]
4949
else:
5050
make_opts += ["gtk3"]

0 commit comments

Comments
 (0)