Added exclude **/tests/openapi_client/** to nix fmt

This commit is contained in:
2024-01-05 13:44:42 +01:00
parent 633055010b
commit 0c9a8349a6
7 changed files with 14 additions and 16 deletions

View File

@@ -25,6 +25,7 @@
"pkgs/clan-cli".extraPythonPackages = self'.packages.clan-cli.pytestDependencies;
};
treefmt.settings.formatter.nix = {
command = "sh";
options = [
@@ -51,6 +52,7 @@
"--" # this argument is ignored by bash
];
includes = [ "*.py" ];
excludes = [ "**/tests/openapi_client/**" ];
};
};
}