update dev requirements

This commit is contained in:
David Lord 2023-08-16 13:30:18 -07:00
parent 7d399e80c3
commit 80ae10f402
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 34 additions and 29 deletions

View file

@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
@ -15,11 +15,11 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: