Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
Co-authored-by: csteiner <[email protected]>
  • Loading branch information
akaihola and clintonsteiner committed Oct 28, 2024
1 parent 1026778 commit eed33f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darker/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def _gen_python_files(
root_relative_path = f"{root_relative_path}/"

if any(
_path_is_excluded(root_relative_path, x)
for x in [exclude, extend_exclude, force_exclude]
_path_is_excluded(root_relative_path, x)
for x in [exclude, extend_exclude, force_exclude]
) or _resolves_outside_root_or_cannot_stat(child, root):
continue

Expand Down

0 comments on commit eed33f2

Please sign in to comment.