[pre-commit.ci] pre-commit autoupdate

updates:
- [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.1 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0)
This commit is contained in:
pre-commit-ci[bot] 2022-04-11 18:43:11 +00:00 committed by GitHub
parent b538887e1a
commit 900b166f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ repos:
- --remove-all-unused-imports - --remove-all-unused-imports
- --remove-duplicate-keys - --remove-duplicate-keys
- 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: check-toml - id: check-toml
- id: check-yaml - id: check-yaml
@ -36,7 +36,7 @@ repos:
- id: docformatter - id: docformatter
args: ["--in-place", "--wrap-summaries=88"] args: ["--in-place", "--wrap-summaries=88"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.31.1 rev: v2.32.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py39-plus"] args: ["--py39-plus"]