From: Jörg Behrmann Date: Tue, 23 Dec 2025 16:05:37 +0000 (+0100) Subject: linter: enable flake8-bugbear X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884da2bccaf4893e49d0365ea6eb1e4e667f8b70;p=thirdparty%2Fmkosi.git linter: enable flake8-bugbear --- diff --git a/pyproject.toml b/pyproject.toml index 7fc40f0f3..379825e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,7 @@ lint.select = [ "F", # pyflakes "I", # isort "UP", # pypgrade + "B" # flake8-bugbear ] [tool.ruff.lint.flake8-bugbear]