From a694b626f2120c8c6342e013e79655a365d459d8 Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Thu, 12 Dec 2024 01:41:33 +0100 Subject: [PATCH] dont pass filenames to prettier --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ba0a485ae8..87af3ae577 100644 --- a/flake.nix +++ b/flake.nix @@ -238,6 +238,7 @@ rec { name = "check-formatting"; entry = "${nodejs_current}/bin/npm run format:check"; stages = [ "pre-push" ]; + pass_filenames = false; }; };