commit | f66083de967659f6b66e8fbbc05f5de2c175f408 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Tue Feb 20 10:08:54 2024 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Tue Feb 20 10:14:02 2024 +0200 |
tree | 2c0bd0dcf33e69917cb1f046fda5e45302d9079b | |
parent | e5fa4baecf623a1f53347eeda05e28ed7da1d3a8 [diff] [blame] |
gifn-apply: use Ruff 0.1.15: allow re.X Override a Ruff check for short names for the regualar expression modifiers. Ruff: FURB167 Change-Id: I76a5c730b39a3b95ae971deffe7ba9060120196c
diff --git a/tools/git-if-needed/python/config/ruff-base/pyproject.toml b/tools/git-if-needed/python/config/ruff-base/pyproject.toml index b9bd0ec..8e8d3e7 100644 --- a/tools/git-if-needed/python/config/ruff-base/pyproject.toml +++ b/tools/git-if-needed/python/config/ruff-base/pyproject.toml
@@ -17,6 +17,9 @@ # Much too restrictive "EM", + # The /x regex modifier is in common use across many languages + "FURB167", + # Much too restrictive "TRY003", ]