From d9f8ef68df1df8cf88d484fc22995f55a9c3f9aa Mon Sep 17 00:00:00 2001 From: Jakub Marcowski Date: Tue, 21 May 2024 15:14:59 +0200 Subject: Update pre-commit hooks configuration to use `ruff` instead of `black` --- editor/themes/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/themes/SCsub') diff --git a/editor/themes/SCsub b/editor/themes/SCsub index 65cfb6a8be..e8f96e4299 100644 --- a/editor/themes/SCsub +++ b/editor/themes/SCsub @@ -3,8 +3,8 @@ Import("env") import glob -import editor_theme_builders +import editor_theme_builders # Fonts flist = glob.glob(env.Dir("#thirdparty").abspath + "/fonts/*.ttf") -- cgit v1.2.3