From a2b224e26010d9f47962d932aabc115a4690defe Mon Sep 17 00:00:00 2001 From: Luiz Georg Date: Wed, 20 Jul 2022 09:11:15 -0300 Subject: [PATCH] global: add skip-string-normalization to black config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74d3c39462..c8951fdfff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ skip = ["./modules/", "./build/"] [tool.black] line-length = 120 +skip-string-normalization = true [tool.mypy] ignore_missing_imports = true