File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11repos :
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?$
Original file line number Diff line number Diff line change 11pre-commit>=2.10.1,<3
22isort>=5.10.1,<6
3- black>=22.3,<23
3+ black>=23,<24
You can’t perform that action at this time.
0 commit comments