Drop variable regex from `ruff.toml`

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

View File

@ -62,8 +62,9 @@ ignore-init-module-imports = false
fixable = ["ALL"]
unfixable = []
# TODO? uhh why no work!?
# 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]
# Use single quotes in `ruff format`.