Skip to content

Commit c01d58b

Browse files
authored
Merge pull request #51 from FlysonBot/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4855663 + 60898bc commit c01d58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.8.4
4+
rev: v0.9.1
55
hooks:
66
# Run the linter.
77
- id: ruff

src/mastermind/ui/menu/resume_game_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _render_data(self, data: pd.DataFrame) -> None:
3434
"""
3535
Renders the list of continuable games.
3636
"""
37-
data.index = [f"({i+1})" for i in data.index]
37+
data.index = [f"({i + 1})" for i in data.index]
3838
render_dataframe(data)
3939
print("\n(0) Return to Main Menu")
4040

0 commit comments

Comments
 (0)