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