Skip to content

Commit

Permalink
style: sort BaseConfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
okuuva authored and akaihola committed Oct 5, 2024
1 parent 6b81308 commit d09b9ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/darkgraylib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ class BaseConfig(TypedDict, total=False):
"""

src: list[str]
revision: str
stdout: bool
color: bool
config: str
log_level: int | str
color: bool
workers: int
quiet: bool
revision: str
src: list[str]
stdout: bool
workers: int


class ConfigurationError(Exception):
Expand Down

0 comments on commit d09b9ac

Please sign in to comment.