Skip to content

Commit e1bd811

Browse files
Bump ruff-pre-commit from v0.14.8 to v0.14.9 (#163)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent 02d4252 commit e1bd811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- backend: linux-system
6969
runs-on: ubuntu-latest
7070
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"
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 libcanberra-gtk3-module"
7272
briefcase-target: "linux system"
7373

7474
# - backend: linux-appimage

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: docformatter
1616
args: [--in-place, --black]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.8
18+
rev: v0.14.9
1919
hooks:
2020
- id: ruff-format
2121
- id: ruff-check

0 commit comments

Comments
 (0)