Skip sdist and usedevelop for linting
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -28,7 +28,8 @@ commands=
|
|||||||
pytest {posargs}
|
pytest {posargs}
|
||||||
|
|
||||||
[testenv:linting]
|
[testenv:linting]
|
||||||
changedir=
|
skipsdist = True
|
||||||
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
pre-commit
|
pre-commit
|
||||||
commands = pre-commit run --all-files --show-diff-on-failure
|
commands = pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user