Update pre-commit

This commit is contained in:
Hugo van Kemenade 2023-04-18 05:28:30 -06:00
parent 879591e1cc
commit cdb88b9bbb
2 changed files with 7 additions and 6 deletions

View file

@ -1,13 +1,14 @@
[tox]
envlist =
requires =
tox>=4.2
env_list =
lint
py{py3, 311, 310, 39, 38, 37}
isolated_build = true
[testenv]
extras =
tests
passenv =
pass_env =
FORCE_COLOR
PYLAST_API_KEY
PYLAST_API_SECRET
@ -20,7 +21,7 @@ commands =
skip_install = true
deps =
pre-commit
passenv =
pass_env =
PRE_COMMIT_COLOR
commands =
pre-commit run --all-files --show-diff-on-failure