diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5294749b..efb04f75 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,8 @@ "Bash(python -c \"from web.services.city_payloads import build_city_detail_payload; print\\('OK'\\)\")", "Bash(python -m ruff check web/services/city_runtime.py web/services/city_api.py)", "Bash(python -m ruff check .)", - "Bash(python -m pytest tests/ -q)" + "Bash(python -m pytest tests/ -q)", + "Bash(python -m ruff check . --fix)" ] } }