From cf71c8258a75d29312cc394808ee0724122ee785 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:32:46 +0200 Subject: [PATCH] style: fix indentation Co-authored-by: csteiner <47841949+clintonsteiner@users.noreply.github.com> --- src/darker/files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darker/files.py b/src/darker/files.py index 99c348951..b739c9e51 100644 --- a/src/darker/files.py +++ b/src/darker/files.py @@ -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