[tox]
envlist = py311

[testenv]
deps =
    mypy
    ruff
commands =
    ruff check .
    mypy .