[pre-commit.ci] pre-commit autoupdate

This commit is contained in:
pre-commit-ci[bot] 2021-02-08 16:28:18 +00:00 committed by GitHub
parent 20692d1c9e
commit e87da1efde
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.9.0
rev: v2.10.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@ -33,7 +33,7 @@ repos:
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.7.1
hooks:
- id: python-check-blanket-noqa