Merge branch '2.2.x'

This commit is contained in:
David Lord 2022-09-11 06:33:56 -07:00
commit c34c84b690
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 17 additions and 21 deletions

View file

@ -16,7 +16,7 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8