mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b7d19e83d0
commit
a766fa4cd1
7
tox.ini
7
tox.ini
|
@ -1,6 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
minversion = 1.9
|
requires =
|
||||||
envlist =
|
tox>=4.2
|
||||||
|
env_list =
|
||||||
lint
|
lint
|
||||||
py{py3, 311, 310, 39, 38}
|
py{py3, 311, 310, 39, 38}
|
||||||
|
|
||||||
|
@ -23,7 +24,7 @@ skip_install = true
|
||||||
deps =
|
deps =
|
||||||
check-manifest
|
check-manifest
|
||||||
pre-commit
|
pre-commit
|
||||||
passenv =
|
pass_env =
|
||||||
PRE_COMMIT_COLOR
|
PRE_COMMIT_COLOR
|
||||||
commands =
|
commands =
|
||||||
pre-commit run --all-files --show-diff-on-failure
|
pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
Loading…
Reference in New Issue
Block a user