[pre-commit.ci] pre-commit autoupdate

This commit is contained in:
pre-commit-ci[bot] 2021-02-01 16:27:39 +00:00 committed by GitHub
parent 26ffcf5ad6
commit c6e983b579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v2.9.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@ -15,7 +15,7 @@ repos:
types: []
- repo: https://github.com/asottile/blacken-docs
rev: v1.9.1
rev: v1.9.2
hooks:
- id: blacken-docs
args: ["--target-version", "py36"]