Drop variable regex from `ruff.toml`

Same as in other projects, seems to be not parsing and causing `ruff` to
crash?!?
decimal_prices_thru_ems
Tyler Goodlet 2025-04-21 21:22:32 -04:00
parent 2a24d1d50c
commit 705f0e86ac
1 changed files with 2 additions and 1 deletions

View File

@ -62,8 +62,9 @@ ignore-init-module-imports = false
fixable = ["ALL"] fixable = ["ALL"]
unfixable = [] unfixable = []
# TODO? uhh why no work!?
# Allow unused variables when underscore-prefixed. # Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" # dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
[format] [format]
# Use single quotes in `ruff format`. # Use single quotes in `ruff format`.