Merge pull request #1368 from PyCQA/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Anthony Sottile 2021-08-02 15:28:30 -04:00 committed by GitHub
commit 37d62d29a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.0
rev: v2.23.1
hooks:
- id: pyupgrade
args: [--py36-plus]