Skip to content

Commit 8011cb7

Browse files
cristipufuclaude
andcommitted
fix: add ruff format check rule and fix formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2478a21 commit 8011cb7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Workflow Rules
44
- NEVER commit, push, or create PRs unless explicitly asked to do so.
55
- Always wait for explicit user confirmation before any git operations that affect the repository.
6-
- Always run `uv run ruff check src/ tests/` and `uv run mypy src/` before committing. Fix any errors before creating the commit.
6+
- Always run `uv run ruff check src/ tests/`, `uv run ruff format --check .`, and `uv run mypy src/` before committing. Fix any errors before creating the commit.
77

88
## Project Structure
99
- Monorepo: Python backend (`src/uipath/dev/`) + React frontend (`src/uipath/dev/server/frontend/`)

tests/e2e/test_textual_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Helpers
1717
# ---------------------------------------------------------------------------
1818

19+
1920
async def _wait_for_entrypoint(app, *, timeout: float = 10.0):
2021
"""Wait until NewRunPanel has a selected entrypoint (schema loaded)."""
2122
deadline = asyncio.get_event_loop().time() + timeout

0 commit comments

Comments
 (0)