pre-commit autoupdate, show diff on failure, and force colour on GHA
This commit is contained in:
parent
158273e0ae
commit
e188e78bdd
2 changed files with 5 additions and 4 deletions
3
tox.ini
3
tox.ini
|
@ -16,5 +16,6 @@ commands = {posargs}
|
|||
|
||||
[testenv:lint]
|
||||
deps = pre-commit
|
||||
commands = pre-commit run --all-files
|
||||
commands = pre-commit run --all-files --show-diff-on-failure
|
||||
skip_install = true
|
||||
passenv = PRE_COMMIT_COLOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue