mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-16 12:10:49 +05:30
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:
+2
-1
@@ -83,7 +83,8 @@ skips = ["B101", "B311", "B404", "B603"]
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
fast = true
|
fast = true
|
||||||
experimental-string-processing = true
|
preview = true
|
||||||
|
enable-unstable-feature = ["string_processing"]
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
branch = true
|
branch = true
|
||||||
|
|||||||
Reference in New Issue
Block a user