ruff checks

Signed-off-by: Drew Cain <groksrc@gmail.com>
This commit is contained in:
Drew Cain
2025-08-01 21:50:18 -05:00
parent fb1350b294
commit 43fa5762a8
12 changed files with 212 additions and 202 deletions
@@ -86,11 +86,11 @@ class ProjectRepository(Repository[Project]):
async def update_path(self, project_id: int, new_path: str) -> Optional[Project]:
"""Update project path.
Args:
project_id: ID of the project to update
new_path: New filesystem path for the project
Returns:
The updated project if found, None otherwise
"""