1af98dca8e
Change-Id: I4f80853cacd16b8500376cd429e866a389ce8408
20 lines
267 B
INI
20 lines
267 B
INI
[tox]
|
|
skipsdist = True
|
|
envlist = linters
|
|
minversion = 3.8.0
|
|
|
|
|
|
[testenv]
|
|
usedevelop=False
|
|
|
|
|
|
[testenv:linters]
|
|
deps =
|
|
-r {toxinidir}/linters-requirements.txt
|
|
|
|
commands =
|
|
pre-commit --version
|
|
pre-commit autoupdate
|
|
pre-commit run --all-files
|
|
pre-commit install
|