Skip to content

Commit 7f2c033

Browse files
committed
Update linters
1 parent 6f25b62 commit 7f2c033

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -49,14 +49,14 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/setup-python@v5
5151
with:
52-
python-version: "3.12"
52+
python-version: "3.13"
5353
- uses: isort/isort-action@master
5454
with:
5555
sortPaths: "./mautrix"
5656
- uses: psf/black@stable
5757
with:
5858
src: "./mautrix"
59-
version: "24.1.1"
59+
version: "24.10.0"
6060
- name: pre-commit
6161
run: |
6262
pip install pre-commit

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude_types: [markdown]
77
- id: end-of-file-fixer
88
- id: check-yaml
99
- id: check-added-large-files
1010
- repo: https://github.com/psf/black
11-
rev: 24.1.1
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414
language_version: python3

0 commit comments

Comments
 (0)