Update black and fix version in CI

This commit is contained in:
Tulir Asokan
2022-01-30 12:29:04 +02:00
parent 03b094e4d4
commit ebd2a38e56
6 changed files with 8 additions and 7 deletions

View File

@@ -13,9 +13,10 @@ jobs:
- uses: isort/isort-action@master
with:
sortPaths: "./mautrix_telegram"
- uses: psf/black@21.12b0
- uses: psf/black@stable
with:
src: "./mautrix_telegram"
version: "22.1.0"
- name: pre-commit
run: |
pip install pre-commit