Skip to content

Commit 95031f5

Browse files
committed
Sync with WeblateOrg/meta
1 parent 54a9ef2 commit 95031f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/pre-commit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.11'
32+
python-version: '3.12'
3333
- name: Install uv
3434
run: curl -LsSf https://astral.sh/uv/install.sh | sh
3535
- name: Install dependencies
@@ -43,6 +43,7 @@ jobs:
4343
run: pre-commit run --all
4444
env:
4545
RUFF_OUTPUT_FORMAT: github
46+
REUSE_OUTPUT_FORMAT: github
4647
- name: diff
4748
run: git diff
4849
if: always()

.github/workflows/pull_requests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
pull-requests: write
2020
contents: write
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
name: Weblate automerge
2323
if: github.actor == 'weblate'
2424
steps:

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ repos:
3333
- id: mdformat
3434
additional_dependencies:
3535
- mdformat-gfm==0.3.6
36-
- mdformat-black==0.1.1
36+
- mdformat-ruff==0.1.3
3737
- mdformat-shfmt==0.1.0
38+
- mdformat_tables==1.0.0
3839
- repo: https://github.com/shellcheck-py/shellcheck-py
3940
rev: v0.10.0.1
4041
hooks:

0 commit comments

Comments
 (0)