We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d4252 commit e1bd811Copy full SHA for e1bd811
2 files changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- backend: linux-system
69
runs-on: ubuntu-latest
70
python-version: "system"
71
- pre-command: "sudo apt update -y && sudo apt install -y --no-install-recommends python3-dev python3-pip libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0"
+ pre-command: "sudo apt update -y && sudo apt install -y --no-install-recommends python3-dev python3-pip libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 libcanberra-gtk3-module"
72
briefcase-target: "linux system"
73
74
# - backend: linux-appimage
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: docformatter
16
args: [--in-place, --black]
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.14.8
+ rev: v0.14.9
19
hooks:
20
- id: ruff-format
21
- id: ruff-check
0 commit comments