Skip to content

Commit 98140aa

Browse files
committed
Update linters
1 parent 6b3b17c commit 98140aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: psf/black@stable
5858
with:
5959
src: "./mautrix"
60-
version: "22.12.0"
60+
version: "23.1.0"
6161
- name: pre-commit
6262
run: |
6363
pip install pre-commit

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.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: 22.12.0
11+
rev: 23.1.0
1212
hooks:
1313
- id: black
1414
language_version: python3
1515
files: ^mautrix/.*\.pyi?$
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.11.4
17+
rev: 5.12.0
1818
hooks:
1919
- id: isort
2020
files: ^mautrix/.*\.pyi?$

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pre-commit>=2.10.1,<3
22
isort>=5.10.1,<6
3-
black>=22.3,<23
3+
black>=23,<24

0 commit comments

Comments
 (0)