mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +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]
|
||||
line-length = 79
|
||||
fast = true
|
||||
experimental-string-processing = true
|
||||
preview = true
|
||||
enable-unstable-feature = ["string_processing"]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
|
||||
Reference in New Issue
Block a user