pre-commit autoupdate

This commit is contained in:
Hynek Schlawack 2023-07-29 21:50:36 +02:00
parent 0bf0678a22
commit 7f161029b4
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ default_language_version:
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.8.0 rev: v3.9.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus, --keep-percent-format] args: [--py37-plus, --keep-percent-format]
@ -31,7 +31,7 @@ repos:
- id: yesqa - id: yesqa
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 6.0.0 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8