global: add skip-string-normalization to black config

This commit is contained in:
Luiz Georg 2022-07-20 09:11:15 -03:00 committed by Peter Barker
parent cf915a0f35
commit a2b224e260
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ skip = ["./modules/", "./build/"]
[tool.black]
line-length = 120
skip-string-normalization = true
[tool.mypy]
ignore_missing_imports = true