Skip to content

Commit 0e09077

Browse files
authored
updated pre-commit so it works (OpenHands#161)
1 parent ad83a4d commit 0e09077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev_config/python/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v0.3.3
44
hooks:
55
- id: ruff
6-
entry: ruff check --config dev_config/python/ruff.toml opendevin/ server/ agenthub/
6+
entry: ruff check --config dev_config/python/ruff.toml opendevin/ agenthub/
77
always_run: true
88
pass_filenames: false
99

@@ -12,6 +12,6 @@ repos:
1212
hooks:
1313
- id: mypy
1414
additional_dependencies: [types-requests, types-setuptools]
15-
entry: mypy --config-file dev_config/python/mypy.ini opendevin/ server/ agenthub/
15+
entry: mypy --config-file dev_config/python/mypy.ini opendevin/ agenthub/
1616
always_run: true
1717
pass_filenames: false

0 commit comments

Comments
 (0)