update pre-commit hooks

This commit is contained in:
David Lord 2021-09-08 16:03:56 -07:00
parent e1dce5c39a
commit 7c7b583603
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v2.25.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@ -14,7 +14,7 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8