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 4f273c1 commit 14e0e30
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 @@ -109,7 +109,7 @@ def _gen_python_files(

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

Expand Down

0 comments on commit 14e0e30

Please sign in to comment.