diff --git a/dev_config/python/.pre-commit-config.yaml b/dev_config/python/.pre-commit-config.yaml index a0a0646814..dda5fa8ab5 100644 --- a/dev_config/python/.pre-commit-config.yaml +++ b/dev_config/python/.pre-commit-config.yaml @@ -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