sherlock/tox.ini

26 lines
330 B
INI
Raw Normal View History

2024-05-19 03:09:17 +00:00
[tox]
requires =
tox >= 4
envlist =
lint
py313
py312
py311
py310
py39
py38
[testenv]
2024-05-19 03:14:25 +00:00
allowlist_externals = poetry
2024-05-19 03:09:17 +00:00
commands =
poetry plugin add poetry-version-plugin
poetry install --no-root --with dev
[testenv:lint]
description = Lint with Ruff
deps =
ruff
commands =
ruff check