From 56bcecf6cf92330dd720bafd8cfccd1cbec2016a Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 26 Nov 2024 13:54:33 +0100 Subject: [PATCH] chore: fix prettier formatter. Ignore symlinked asciinema-player --- formatter.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/formatter.nix b/formatter.nix index 6805d6ab1..03d4bb333 100644 --- a/formatter.nix +++ b/formatter.nix @@ -43,6 +43,9 @@ "*.yaml" "*.yml" ]; + excludes = [ + "*/asciinema-player/*" + ]; }; treefmt.programs.mypy.directories = {