update requirements

This commit is contained in:
David Lord 2021-12-22 14:26:34 -08:00
parent 624ed4de72
commit 9d36623db1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 44 additions and 43 deletions

View file

@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
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.10b0
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8