Skip to content

Commit

Permalink
fix: update black parameter to meet line-length of 100 chars requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 8, 2024
1 parent 86ad4a3 commit b7527fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ omit = [
]

[tool.black]
line-length = 99
line-length = 100
exclude ='''
(
/(
Expand Down

0 comments on commit b7527fc

Please sign in to comment.