Merge pull request 'make treefmt work with git-worktrees' (#4246) from pytest into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4246
This commit is contained in:
Mic92
2025-07-07 15:07:53 +00:00

View File

@@ -4,7 +4,7 @@
perSystem =
{ self', pkgs, ... }:
{
treefmt.projectRootFile = ".git/config";
treefmt.projectRootFile = "LICENSE.md";
treefmt.programs.shellcheck.enable = true;
treefmt.programs.mypy.enable = true;