Merge pull request #362 from pylast/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo van Kemenade 2021-02-01 18:33:23 +02:00 committed by GitHub
commit 20692d1c9e
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"]