Merge branch '2.2.x'

This commit is contained in:
David Lord 2023-02-07 07:18:54 -08:00
commit 4ddb3f73ba
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8