diff --git a/cylc/flow/scripts/lint.py b/cylc/flow/scripts/lint.py index 046cdf99c94..6782fbe6562 100755 --- a/cylc/flow/scripts/lint.py +++ b/cylc/flow/scripts/lint.py @@ -686,7 +686,8 @@ def list_wrapper(line: str, check: Callable) -> Optional[Dict[str, str]]: 'https://cylc.github.io/cylc-doc/stable/html/plugins/' 'cylc-rose.html#special-variables' ), - FUNCTION: functools.partial(list_wrapper, check=CHECK_FOR_OLD_VARS.findall), + FUNCTION: functools.partial( + list_wrapper, check=CHECK_FOR_OLD_VARS.findall), }, } RULESETS = ['728', 'style', 'all']