Skip to content

Commit 7840eb1

Browse files
committed
Fix ruff format check
1 parent c8468f9 commit 7840eb1

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

demo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,9 +2235,7 @@ def clean_step_ids(workout_segments):
22352235

22362236
except FileNotFoundError:
22372237
print(f"❌ File not found: {config.workoutfile}")
2238-
print(
2239-
"ℹ️ Please ensure the workout JSON file exists in the test_data directory"
2240-
)
2238+
print("ℹ️ Please ensure the workout JSON file exists in the test_data directory")
22412239
except json.JSONDecodeError as e:
22422240
print(f"❌ Invalid JSON format in {config.workoutfile}: {e}")
22432241
print("ℹ️ Please check the JSON file format")

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Ron Klinkien", email = "ron@cyberjunky.nl"},
77
]
88
dependencies = [
9-
"garth>=0.7.1",
9+
"garth>=0.7.9",
1010
]
1111
readme = "README.md"
1212
license = {text = "MIT"}
@@ -73,7 +73,7 @@ testing = [
7373
"vcrpy>=7.0.0",
7474
]
7575
example = [
76-
"garth>=0.7.1",
76+
"garth>=0.7.9",
7777
"requests",
7878
"readchar",
7979
]

0 commit comments

Comments
 (0)