align ruff.toml with black

This commit is contained in:
geekan 2023-12-20 00:53:36 +08:00
parent 3b7c2e4859
commit 394055d7e6

View file

@ -31,7 +31,7 @@ exclude = [
]
# Same as Black.
line-length = 119
line-length = 120
# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"