Skip to content

Commit

Permalink
global: add skip-string-normalization to black config
Browse files Browse the repository at this point in the history
  • Loading branch information
mentonin authored and peterbarker committed Jul 26, 2022
1 parent cf915a0 commit a2b224e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ skip = ["./modules/", "./build/"]

[tool.black]
line-length = 120
skip-string-normalization = true

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit a2b224e

Please sign in to comment.