Replace experimental-string-processing black formatter config with enable-unstable-feature as it was removed in version 24.1.0

This commit is contained in:
Cosmin Ștefan Ciocan
2024-02-02 13:31:18 +00:00
parent 5a880c93bd
commit 26fab4d31e
+2 -1
View File
@@ -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