Skip to content

Commit

Permalink
Updated black
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderKey committed Feb 21, 2024
1 parent f3d593c commit 1f097b1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
46 changes: 25 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ importlib-metadata = {version = "^6.8.0", python = "<3.10"}
ruff = ">=0.2.2, <0.3"
vulture = "^2.7"
pip-audit = "^2.5.6"
black = "^23.3.0"
black = "^24.2.0"
mypy = "^1.4.0"
bandit = "^1.7.5"
types-toml = "^0.10.8.7"
Expand Down
6 changes: 2 additions & 4 deletions python_tool_competition_2024/calculation/cli_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ def run_command(
*args: str,
capture: Literal[True],
show_output_on_error: bool = ...,
) -> str:
...
) -> str: ...


@overload
Expand All @@ -50,8 +49,7 @@ def run_command(
*args: str,
capture: Literal[False] = ...,
show_output_on_error: bool = ...,
) -> None:
...
) -> None: ...


def run_command(
Expand Down

0 comments on commit 1f097b1

Please sign in to comment.