Update .openhands_instructions with linting (#4165)

This commit is contained in:
Graham Neubig 2024-10-02 08:10:09 -04:00 committed by GitHub
parent 178dbfaf4a
commit 52e0630af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ OpenHands is an automated AI software engineer. It is a repo with a Python backe
General Setup:
- To set up the entire repo, including frontend and backend, run `make build`
- To run linting and type-checking before finishing the job, run `poetry run pre-commit run --all-files --config ./dev_config/python/.pre-commit-config.yaml`
Backend:
- Located in the `openhands` directory