Disable invalid line in `ruff` config?

to_asyncio_refinery
Tyler Goodlet 2025-02-24 12:15:47 -05:00
parent f2758a62d9
commit 3febc61e62
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`.