From e4c2c52be75d2f8c3f74a1408e1817b0900ea93e Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 1 May 2026 21:26:38 -0500 Subject: [PATCH] [ci]: fix installation of {fs}, update pre-commit hooks --- .ci/setup.sh | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index 8c7e4d9..a6e6abf 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -12,6 +12,7 @@ sudo apt-get install \ libcurl4-openssl-dev \ curl \ devscripts \ + libuv1-dev \ texinfo \ texlive-latex-recommended \ texlive-fonts-recommended \ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a91a1f4..643ccaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,6 @@ repos: hooks: - id: codespell - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 'v1.23.1' + rev: 'v1.24.1' hooks: - id: zizmor