[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.1.0 → 22.3.0](https://github.com/psf/black/compare/22.1.0...22.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.32.0)
This commit is contained in:
pre-commit-ci[bot] 2022-04-11 21:28:15 +00:00 committed by GitHub
parent e92285b07c
commit e01913fc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 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.1.0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
@ -12,14 +12,14 @@ repos:
- id: isort - id: isort
name: isort (python) name: isort (python)
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.2.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- 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.31.0 rev: v2.32.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py37-plus"] args: ["--py37-plus"]