Update linters

This commit is contained in:
Tulir Asokan
2023-02-11 22:40:50 +02:00
parent a32f797b0b
commit be6f6bbfac
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,14 +9,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- uses: isort/isort-action@master
with:
sortPaths: "./mautrix_telegram"
- uses: psf/black@stable
with:
src: "./mautrix_telegram"
version: "22.3.0"
version: "23.1.0"
- name: pre-commit
run: |
pip install pre-commit