Skip to content

Commit e1452fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc905c8 commit e1452fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell_lib/_codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def build_file_list_with_os_walk(
11601160
continue
11611161
all_files.append(fname)
11621162
elif not glob_match.match(filename) and not is_hidden(filename, check_hidden):
1163-
all_files.append(filename)
1163+
all_files.append(filename)
11641164
return all_files
11651165

11661166

0 commit comments

Comments
 (0)