updated pre-commit so it works (#161)

This commit is contained in:
geohotstan
2024-03-26 06:28:32 +08:00
committed by GitHub
parent ad83a4d869
commit 0e090773e3

View File

@@ -3,7 +3,7 @@ repos:
rev: v0.3.3
hooks:
- id: ruff
entry: ruff check --config dev_config/python/ruff.toml opendevin/ server/ agenthub/
entry: ruff check --config dev_config/python/ruff.toml opendevin/ agenthub/
always_run: true
pass_filenames: false
@@ -12,6 +12,6 @@ repos:
hooks:
- id: mypy
additional_dependencies: [types-requests, types-setuptools]
entry: mypy --config-file dev_config/python/mypy.ini opendevin/ server/ agenthub/
entry: mypy --config-file dev_config/python/mypy.ini opendevin/ agenthub/
always_run: true
pass_filenames: false