Update black.

Required for the new syntax in Python 3.12.
This commit is contained in:
Dan Albert
2023-11-30 21:02:27 -08:00
parent 28954d05eb
commit 2447cc156d
37 changed files with 7 additions and 45 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
version: ~=22.12
version: ~=23.11
src: "."
options: "--check"