Skip to content

Commit

Permalink
fix-flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Dec 20, 2023
1 parent 8a3a9e5 commit 0fabe2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0fabe2c

Please sign in to comment.