make treefmt work with git-worktrees
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
perSystem =
|
perSystem =
|
||||||
{ self', pkgs, ... }:
|
{ self', pkgs, ... }:
|
||||||
{
|
{
|
||||||
treefmt.projectRootFile = ".git/config";
|
treefmt.projectRootFile = "LICENSE.md";
|
||||||
treefmt.programs.shellcheck.enable = true;
|
treefmt.programs.shellcheck.enable = true;
|
||||||
|
|
||||||
treefmt.programs.mypy.enable = true;
|
treefmt.programs.mypy.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user