From: Laurence Kiln <246209442+LaurenceKiln@users.noreply.github.com> Date: Sat, 29 Nov 2025 06:09:03 +0000 (+0200) Subject: Make Ruff check for dangling whitespace X-Git-Tag: v26~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f09d5de74c79dcff93fa3daef903846ed50496;p=thirdparty%2Fmkosi.git Make Ruff check for dangling whitespace --- diff --git a/pyproject.toml b/pyproject.toml index a8b9c4007..5ffe2e820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ scripts_are_modules = true [tool.ruff] target-version = "py39" line-length = 109 -lint.select = ["E", "F", "I", "UP"] +lint.select = ["E", "F", "I", "UP", "W291"] [tool.pytest.ini_options] markers = [