Merge pull request 'Classgen: export field type definitions' (#3715) from hsjobeki/clan-core:inventory-services-1 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3715
This commit is contained in:
hsjobeki
2025-05-20 12:20:07 +00:00
4 changed files with 49 additions and 31 deletions

View File

@@ -67,6 +67,9 @@
"*/bin/clan-app"
"*/bin/clan-config"
];
treefmt.settings.formatter.ruff-format.excludes = [
"*/clan_lib/nix_models/*"
];
treefmt.settings.formatter.shellcheck.includes = [
"scripts/pre-commit"
];