Update Black to 2024 style and Python 3.10 target

This commit is contained in:
Tulir Asokan
2024-01-08 17:34:35 +02:00
parent 19a4b4374d
commit 77cbbebfb2
8 changed files with 27 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: psf/black@stable
with:
src: "./mautrix_telegram"
version: "23.11.0"
version: "24.1.1"
- name: pre-commit
run: |
pip install pre-commit