Skip to content

Commit

Permalink
Release version 0.0.0.dev27
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 24, 2024
1 parent 4e7f6b5 commit 5cdad8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev26"
version = "0.0.0.dev27"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev11",
Expand Down
2 changes: 1 addition & 1 deletion src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def process_exit_code():
console_config = _mdit.target.rich.ConsoleConfig(
color_system="truecolor" if in_github else "auto",
force_terminal=True if in_github else None,
width=90 if in_github else None,
width=89 if in_github else None,
)
elif isinstance(console_config, dict):
console_config = _mdit.target.rich.ConsoleConfig(**console_config)
Expand Down

0 comments on commit 5cdad8b

Please sign in to comment.