From 76088d63e2c87fe294353f349281eefec6748965 Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Fri, 23 Jan 2026 03:38:14 +0000 Subject: [PATCH] Black formatting for eslint tool plugin. --- src/statick_tool/plugins/tool/eslint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statick_tool/plugins/tool/eslint.py b/src/statick_tool/plugins/tool/eslint.py index 9d3f123f..5ed6e0e3 100644 --- a/src/statick_tool/plugins/tool/eslint.py +++ b/src/statick_tool/plugins/tool/eslint.py @@ -98,7 +98,7 @@ def process_files( """ tool_bin = self.get_binary() - (format_file_name, copied_file) = self.get_format_file(level) + format_file_name, copied_file = self.get_format_file(level) flags: list[str] = ["-f", "json"] if format_file_name is not None: