From 26fab4d31e0e1198cfb0ca3227a86a8d28061286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20=C8=98tefan=20Ciocan?= <57830279+cosminc98@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:31:18 +0000 Subject: [PATCH] Replace experimental-string-processing black formatter config with enable-unstable-feature as it was removed in version 24.1.0 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6244158..e70fe45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,8 @@ skips = ["B101", "B311", "B404", "B603"] [tool.black] line-length = 79 fast = true -experimental-string-processing = true +preview = true +enable-unstable-feature = ["string_processing"] [tool.coverage.run] branch = true