Skip to content
Snippets Groups Projects
tox.ini 97 B
[tox]
envlist = py312

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