We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad83a4d commit 0e09077Copy full SHA for 0e09077
1 file changed
dev_config/python/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
rev: v0.3.3
4
hooks:
5
- id: ruff
6
- entry: ruff check --config dev_config/python/ruff.toml opendevin/ server/ agenthub/
+ entry: ruff check --config dev_config/python/ruff.toml opendevin/ agenthub/
7
always_run: true
8
pass_filenames: false
9
@@ -12,6 +12,6 @@ repos:
12
13
- id: mypy
14
additional_dependencies: [types-requests, types-setuptools]
15
- entry: mypy --config-file dev_config/python/mypy.ini opendevin/ server/ agenthub/
+ entry: mypy --config-file dev_config/python/mypy.ini opendevin/ agenthub/
16
17
0 commit comments