mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Fix logger import (#985)
* fix logger import * fix mypy version * make mypy happy (#994) --------- Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -35,9 +35,8 @@ jobs:
|
||||
- name: Create mypy cache directory
|
||||
run: mkdir -p .mypy_cache
|
||||
- name: Install dependencies
|
||||
run: pip install ruff mypy types-PyYAML types-toml
|
||||
run: pip install ruff mypy==1.9.0 types-PyYAML types-toml
|
||||
- name: Run mypy
|
||||
run: python -m mypy --install-types --non-interactive --config-file dev_config/python/mypy.ini opendevin/ agenthub/
|
||||
- name: Run ruff
|
||||
run: ruff check --config dev_config/python/ruff.toml opendevin/ agenthub/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user