From a8557ee039c2c32a554d255e7503ca2244aece02 Mon Sep 17 00:00:00 2001 From: Luis-Hebendanz Date: Mon, 15 Jan 2024 17:03:21 +0100 Subject: [PATCH] Prettier ignores openapi markdown files now --- formatter.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/formatter.nix b/formatter.nix index 5d7a76b..f9d05ce 100644 --- a/formatter.nix +++ b/formatter.nix @@ -18,6 +18,8 @@ treefmt.settings.formatter.prettier.excludes = [ "secrets.yaml" "key.json" + "keyfile.json" + "**/pkgs/clan-cli/tests/openapi_client/**" ]; treefmt.programs.mypy.enable = true;