Skip to content

Commit 2b7932b

Browse files
Fix issue #5070: [Bug]: lint-fix workflow is failing (#5078)
1 parent 7074e45 commit 2b7932b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pip install pre-commit==3.7.0
4444
- name: Fix python lint issues
4545
run: |
46-
pre-commit run --files openhands/**/* evaluation/**/* tests/**/* --config ./dev_config/python/.pre-commit-config.yaml --all-files
46+
pre-commit run --files openhands/**/* evaluation/**/* tests/**/* --config ./dev_config/python/.pre-commit-config.yaml
4747
4848
# Commit and push changes if any
4949
- name: Check for changes

0 commit comments

Comments
 (0)