Skip to content

Commit eae02cf

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

codespell_lib/_codespell.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,8 +1177,7 @@ def build_file_list_with_os_walk(
11771177
dirs[:] = [
11781178
dir_
11791179
for dir_ in dirs
1180-
if not glob_match.match(dir_)
1181-
and not is_hidden(dir_, check_hidden)
1180+
if not glob_match.match(dir_) and not is_hidden(dir_, check_hidden)
11821181
]
11831182
elif not glob_match.match(filename) and not is_hidden(filename, check_hidden):
11841183
all_files.append(filename)

0 commit comments

Comments
 (0)