Skip to content

Commit cc905c8

Browse files
committed
Fix repetition
1 parent 0d44ab4 commit cc905c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codespell_lib/_codespell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ def get_git_tracked_files(
11261126
result = subprocess.run(
11271127
["git", "ls-files", *file_args, *exclude_patterns],
11281128
cwd=root,
1129-
cwd=root,
11301129
capture_output=True,
11311130
check=True,
11321131
text=True,

0 commit comments

Comments
 (0)