Update .pre-commit-config.yaml

This commit is contained in:
Aryan Iyappan 2021-08-21 21:17:00 +05:30 committed by GitHub
parent 1c3054b7c8
commit 7087710d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace
exclude: README.md
- repo: https://github.com/asottile/pyupgrade
rev: v1.12.0
rev: v2.24.0
hooks:
- id: pyupgrade
- repo: https://github.com/ambv/black