Merge pull request #7129 from python-pillow/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo van Kemenade 2023-05-02 15:26:08 +03:00 committed by GitHub
commit c9cb9fa113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -57,7 +57,7 @@ repos:
- id: sphinx-lint
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.0.0
rev: 1.3.0
hooks:
- id: tox-ini-fmt

View File

@ -1,6 +1,7 @@
[tox]
minversion = 1.9
envlist =
requires =
tox>=4.2
env_list =
lint
py{py3, 311, 310, 39, 38}
@ -23,7 +24,7 @@ skip_install = true
deps =
check-manifest
pre-commit
passenv =
pass_env =
PRE_COMMIT_COLOR
commands =
pre-commit run --all-files --show-diff-on-failure