ci: minor fixes after mypy update

This commit is contained in:
Dima Gerasimov 2024-08-03 15:27:11 +01:00
parent c3f4de849c
commit b9df58a58f
8 changed files with 18 additions and 17 deletions

View file

@ -26,7 +26,7 @@ passenv =
[testenv:ruff]
commands =
{envpython} -m pip install --use-pep517 -e .[testing]
{envpython} -m ruff my/
{envpython} -m ruff check my/
# just the very core tests with minimal dependencies