Skip to content

Commit

Permalink
align ruff.toml with black
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Dec 19, 2023
1 parent 3b7c2e4 commit 394055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+?))$"
Expand Down

0 comments on commit 394055d

Please sign in to comment.