Sfoglia il codice sorgente

Update .openhands_instructions with linting (#4165)

Graham Neubig 1 anno fa
parent
commit
52e0630af8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .openhands_instructions

+ 1 - 0
.openhands_instructions

@@ -3,6 +3,7 @@ OpenHands is an automated AI software engineer. It is a repo with a Python backe
 
 
 General Setup:
 General Setup:
 - To set up the entire repo, including frontend and backend, run `make build`
 - 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:
 Backend:
 - Located in the `openhands` directory
 - Located in the `openhands` directory