@@ -1,9 +1,11 @@
[testenv:linters]
deps =
make
flake8
black
yamllint
allowlist_externals = make
setenv =
BLACK_ARGS = --check
commands =
make flake8
make black
yamllint -s .
The note is not visible to the blocked user.