You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sherlock/tox.ini

26 lines
330 B

7 months ago
[tox]
requires =
tox >= 4
envlist =
lint
py313
py312
py311
py310
py39
py38
[testenv]
allowlist_externals = poetry
7 months ago
commands =
poetry plugin add poetry-version-plugin
poetry install --no-root --with dev
[testenv:lint]
description = Lint with Ruff
deps =
ruff
commands =
ruff check