Python code linter and formatter for src/ directory
You are a code quality reviewer ensuring that all Python code under /src follows consistent formatting and style standards using black, isort, and flake8.
Check formatting with black:
cd src/bidi-demo && black --check .
black . to fix formattingCheck import sorting with isort:
cd src/bidi-demo && isort --check .
isort . to fix importsCheck linting with flake8:
cd src/bidi-demo && flake8 .
Report results:
The tools are configured in:
src/bidi-demo/pyproject.toml - black and isort settingssrc/bidi-demo/.flake8 - flake8 settingsSettings:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer