Enforce linter in tests folder (#2557)

This commit is contained in:
Boxuan Li
2024-06-20 21:50:34 -07:00
committed by GitHub
parent f3ba2f02d5
commit 01fa52d062
8 changed files with 18 additions and 37 deletions

View File

@@ -47,4 +47,4 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit==3.7.0
- name: Run pre-commit hooks
run: pre-commit run --files opendevin/**/* agenthub/**/* evaluation/**/* --show-diff-on-failure --config ./dev_config/python/.pre-commit-config.yaml
run: pre-commit run --files opendevin/**/* agenthub/**/* evaluation/**/* tests/**/* --show-diff-on-failure --config ./dev_config/python/.pre-commit-config.yaml