From 9ecc9f876e7fa75030ffe9a4b5be89582ff1bdce Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 30 Jul 2024 00:31:21 +0200 Subject: [PATCH] Update readme --- README.md | 3 +-- deps.bzl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f9c269..a7487c0 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,5 @@ bazel test //... And run the [linters/formatters](.github/workflows/ci.yaml): ```sh -trunk check -trunk fmt +pre-commit run --all-files ``` diff --git a/deps.bzl b/deps.bzl index c43e0fc..1f7c88c 100644 --- a/deps.bzl +++ b/deps.bzl @@ -59,8 +59,7 @@ def _rules_appimage_workspace_deps(): url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz", ) - # rules python is needed to provide the bzlmod/workspace-agnostic bazel-runfiles pip requirement for mkappimage. - # Don't forget to add the setup steps to the main WORKSPACE file! You can find them in the release notes as well. + # rules_python is needed to load py_binary and py_library rules. rules_appimage does not use pip packages outside of tests maybe( http_archive, name = "rules_python",