We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7074e45 commit 2b7932bCopy full SHA for 2b7932b
.github/workflows/lint-fix.yml
@@ -43,7 +43,7 @@ jobs:
43
run: pip install pre-commit==3.7.0
44
- name: Fix python lint issues
45
run: |
46
- 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
47
48
# Commit and push changes if any
49
- name: Check for changes
0 commit comments