Merge pull request #565 from pytest-dev/pre-commit-ci-update-config

This commit is contained in:
Alessio Bogon 2022-10-11 09:28:10 +02:00 committed by GitHub
commit 6ea28d3a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters) # If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
rev: 22.8.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
@ -19,7 +19,7 @@ repos:
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.38.2 rev: v3.1.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py37-plus"] args: ["--py37-plus"]