Skip to content

Commit

Permalink
Set black line length in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdurrant committed Dec 9, 2024
1 parent c5dd1b4 commit c81f8c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ log_cli = true
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

[tool.black]
line-length = 88

0 comments on commit c81f8c8

Please sign in to comment.