unused comments

This commit is contained in:
lucas.oskorep
2023-07-09 14:25:42 -04:00
parent 0df70430b0
commit e3bbf2f50c

View File

@@ -31,11 +31,8 @@ exclude = [
"venv", "venv",
] ]
# Same as Black.
line-length = 120 line-length = 120
# 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]+?))$"
# Assume Python 3.10.
target-version = "py311" target-version = "py311"