Disable invalid line in `ruff` config?

uv_migration
Tyler Goodlet 2025-02-24 12:15:47 -05:00
parent 1d5521bcbc
commit 2a4f0b829b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fixable = ["ALL"]
unfixable = [] unfixable = []
# 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`.