Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Configurable Lint and Test each iteration #6296

Open
ryanpeach opened this issue Jan 15, 2025 · 0 comments
Open

[Feature] Configurable Lint and Test each iteration #6296

ryanpeach opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ryanpeach
Copy link

What problem or use case are you trying to solve?

Openhands needs to be able lint and test each iteration using custom lint commands, just like aider's configs:

lint-cmd, auto-lint, test-cmd, auto-test

Describe the UX of the solution you'd like

Add the following to config.toml

[sandbox]
enable_auto_lint # already exists
lint_cmd
enable_auto_test 
test_cmd # example: pytest

Do you have thoughts on the technical implementation?

docker run commands should be enough right?

Describe alternatives you've considered

Additional context

@ryanpeach ryanpeach added the enhancement New feature or request label Jan 15, 2025
@ryanpeach ryanpeach changed the title [Feature] Lint and Test each iteration [Feature] Configurable Lint and Test each iteration Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant