Fix issue #5070: [Bug]: lint-fix workflow is failing (#5078)

This commit is contained in:
OpenHands
2024-11-15 20:43:49 -05:00
committed by GitHub
parent 7074e45ec3
commit 2b7932b46c

View File

@@ -43,7 +43,7 @@ jobs:
run: pip install pre-commit==3.7.0
- name: Fix python lint issues
run: |
pre-commit run --files openhands/**/* evaluation/**/* tests/**/* --config ./dev_config/python/.pre-commit-config.yaml --all-files
pre-commit run --files openhands/**/* evaluation/**/* tests/**/* --config ./dev_config/python/.pre-commit-config.yaml
# Commit and push changes if any
- name: Check for changes