certain confidence - no need to waste tokens on another assistant when it's a no brainer fix for Claude

This commit is contained in:
Fahad
2025-06-19 17:05:43 +04:00
parent 91acc0bd26
commit 79abb9ca7e
12 changed files with 998 additions and 61 deletions

View File

@@ -53,8 +53,8 @@ jobs:
pip install -r requirements-dev.txt
- name: Run black formatter check
run: black --check .
run: black --check . --exclude="test_simulation_files/"
- name: Run ruff linter
run: ruff check .
run: ruff check . --exclude test_simulation_files