commit | 4816866d001ec9c36ed1e001e8455090d66459c6 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Tue Feb 20 10:11:07 2024 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Tue Feb 20 10:14:02 2024 +0200 |
tree | 3c150c52fd71eab1464f0af4d32a0e7f7fb41bd5 | |
parent | f66083de967659f6b66e8fbbc05f5de2c175f408 [diff] |
gifn-apply: use Ruff 0.2.2: ruff.lint, "no self" Push some of the Ruff configuration settings into the ruff.lint tree. Drop an override for a deprecated check. Ruff: ANN101 Change-Id: Ic2872f8e59c172c070a55f89346a4fb1699d901f
diff --git a/tools/git-if-needed/python/config/ruff-all/pyproject.toml b/tools/git-if-needed/python/config/ruff-all/pyproject.toml index 4efbc47..280a424 100644 --- a/tools/git-if-needed/python/config/ruff-all/pyproject.toml +++ b/tools/git-if-needed/python/config/ruff-all/pyproject.toml
@@ -3,4 +3,6 @@ [tool.ruff] extend = "../ruff-base/pyproject.toml" + +[tool.ruff.lint] select = ["ALL"]