summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/settings.py b/isort/settings.py
index 9c577556..29d36be5 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -363,7 +363,7 @@ def _get_config_data(file_path: str, sections: Iterable[str]) -> Dict[str, Any]:
return settings
-def should_skip(
+def file_should_be_skipped(
filename: str,
config: Mapping[str, Any],
path: str = '/'