certain confidence - no need to waste tokens on another assistant when it's a no brainer fix for Claude
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user