We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9747f4 commit 812b80aCopy full SHA for 812b80a
setuptools_scm/git.py
@@ -30,7 +30,7 @@ def from_potential_worktree(cls, wd):
30
return cls(real_wd)
31
32
def is_dirty(self):
33
- out, _, _ = self.do_ex("git status --porcelain")
+ out, _, _ = self.do_ex("git status --porcelain --untracked-files=no")
34
return bool(out)
35
36
def node(self):
0 commit comments