diff --git a/pyproject.toml b/pyproject.toml index 8dc83e5..933366d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,20 +57,20 @@ commands = pytest test.py --cov={toxinidir}/xbotlib.py --no-cov-on-fail {posargs [testenv:lint] skipdist = True deps = flake8 -commands = flake8 {posargs:--max-line-length 80} xbotlib.py test.py +commands = flake8 {posargs:--max-line-length 80} xbotlib.py [testenv:sort] skipdist = True deps = isort -commands = isort {posargs:-c} xbotlib.py test.py +commands = isort {posargs:-c} xbotlib.py [testenv:format] skipdist = True deps = black -commands = black {posargs:--check} xbotlib.py test.py +commands = black {posargs:--check} xbotlib.py [testenv:type] skipdist = True deps = mypy -commands = mypy {posargs:--ignore-missing-imports} xbotlib.py test.py +commands = mypy {posargs:--ignore-missing-imports} xbotlib.py """