[tox]
skipsdist = true
envlist = py313
[testenv]
passenv = AUTOFIXABLE_STYLES
commands = pytest --instafail -n auto {posargs:./tests}