]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci/linter: stop ignoring lambda assignment lint 42145/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 25 Feb 2026 10:05:34 +0000 (11:05 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 May 2026 00:43:36 +0000 (09:43 +0900)
ruff.toml

index c88204d650c24ff0e96b4b5ffaeebe8688119183..0795d9b9deb4606aebce540290994005cec59365 100644 (file)
--- a/ruff.toml
+++ b/ruff.toml
@@ -7,8 +7,7 @@ extend-exclude = ["tools/chromiumos/gen_autosuspend_rules.py"]
 [lint]
 select = ["E", "F", "I", "Q", "UP"]
 # E501: line-too-long
-# E731: lambda-assignment
-ignore = ["E501", "E731"]
+ignore = ["E501"]
 
 [format]
 # The formatter prefers double quotes for multiline quotes,