All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.37k stars 4.23k forks source link

Skip pre-commit hooks in lint-fix workflow #5164

Open neubig opened 4 days ago

neubig commented 4 days ago

Modified the lint-fix workflow to skip pre-commit hooks when committing changes. This ensures that linting fixes can be pushed even if other pre-commit checks would fail.

enyst commented 4 days ago

The macro/label run fails from the start with LLM_MODEL not found 🤔. I'm not sure why.

neubig commented 4 days ago

Very weird, this worked on my fork: https://github.com/neubig/OpenHands/pull/1

I'll investigate.

enyst commented 4 days ago

Thank you, please let me know how I can help!