[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1)
- [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.29.1)
This commit is contained in:
pre-commit-ci[bot] 2021-11-22 17:57:24 +00:00 committed by GitHub
parent 65a0805956
commit 2b68d752e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ default_language_version:
python: python3 python: python3
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.10b0 rev: 21.11b1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/myint/autoflake - repo: https://github.com/myint/autoflake
@ -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.29.0 rev: v2.29.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py39-plus"] args: ["--py39-plus"]