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;