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 authored Oct 28, 2024
1 parent ee8e218 commit 4f273c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darker/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _gen_python_files(
root_relative_path = f"{root_relative_path}/"

if any(
_path_is_excluded(root_relative_path, x)
_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 4f273c1

Please sign in to comment.