We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750d830 commit 4524d5cCopy full SHA for 4524d5c
oomox_plugin.py
@@ -44,7 +44,7 @@ def do_export(self) -> None:
44
]
45
make_opts = []
46
if self.export_config[self.OPTIONS.GTK3_CURRENT_VERSION_ONLY]:
47
- if Gtk.get_minor_version() >= 20: # noqa: PLR2004
+ if Gtk.get_minor_version() >= 20: # pylint: disable=no-value-for-parameter # noqa: PLR2004
48
make_opts += ["gtk320"]
49
else:
50
make_opts += ["gtk3"]
0 commit comments