Skip to content

Commit

Permalink
updated pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Mar 12, 2024
1 parent bfca55b commit c7412c8
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 @@ -52,6 +52,9 @@ log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

[tool.flake8]
exclude = "tests/*"

[tool.black]
exclude = '.vscode|.eggs|venv'
line-length = 88 # suggested by black official site
Expand Down

0 comments on commit c7412c8

Please sign in to comment.