Merge "Enforce double quotes in Black formatting"

This commit is contained in:
Zuul
2025-02-20 18:59:04 +00:00
committed by Gerrit Code Review

View File

@@ -4,7 +4,6 @@ profile = "black"
[tool.black]
target-version = ['py311']
skip-string-normalization = true
preview = true
include = '\.py'