Skip to content

Commit

Permalink
use use_coloredlogs (for formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 19, 2024
1 parent c012e2c commit 29709e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def main() -> None:
)

args = parser.parse_args()
logging_tools.set_level("DEBUG", LOGGER)
logging_tools.set_level("DEBUG", LOGGER, use_coloredlogs=True)
logging_tools.log_argparse_args(args, logger=LOGGER)

gha_input = GHAInput(
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
typeguard
wipac-dev-tools[semver]
toml
coloredlogs

0 comments on commit 29709e1

Please sign in to comment.