Skip to content

Commit 1f0fa72

Browse files
tbitcsoz-agent
andcommitted
fix(lint): ruff format fixes for specsmith_skills.py and scripts
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 9f0055e commit 1f0fa72

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

scripts/dev/test_providers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Quick smoke test: verify .env loads and each configured provider responds."""
2+
23
import os
34
import sys
45

scripts/migrate_governance_to_yaml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import yaml # PyYAML — already in specsmith's deps
2525

26+
2627
def _get_root() -> Path:
2728
"""Resolve the target project root.
2829

src/specsmith/skills/specsmith_skills.py

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@
2222
),
2323
domain=SkillDomain.GOVERNANCE,
2424
tags=[
25-
"specsmith", "aee", "governance", "session", "workflow",
26-
"audit", "phase", "save", "esdb", "ledger",
25+
"specsmith",
26+
"aee",
27+
"governance",
28+
"session",
29+
"workflow",
30+
"audit",
31+
"phase",
32+
"save",
33+
"esdb",
34+
"ledger",
2735
],
2836
prerequisites=["specsmith"],
2937
body="""\
@@ -118,7 +126,13 @@
118126
),
119127
domain=SkillDomain.GOVERNANCE,
120128
tags=[
121-
"specsmith", "save", "commit", "push", "esdb", "governance", "session",
129+
"specsmith",
130+
"save",
131+
"commit",
132+
"push",
133+
"esdb",
134+
"governance",
135+
"session",
122136
],
123137
prerequisites=["specsmith"],
124138
body="""\
@@ -181,8 +195,14 @@
181195
),
182196
domain=SkillDomain.GOVERNANCE,
183197
tags=[
184-
"specsmith", "audit", "drift", "requirements", "governance",
185-
"aee", "phase", "verification",
198+
"specsmith",
199+
"audit",
200+
"drift",
201+
"requirements",
202+
"governance",
203+
"aee",
204+
"phase",
205+
"verification",
186206
],
187207
prerequisites=["specsmith"],
188208
body="""\

0 commit comments

Comments
 (0)