Skip string and underscore normalization in black

This commit is contained in:
Fabio Manganiello 2022-04-04 20:55:10 +02:00
parent 53da19b638
commit 783238642d
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 4 additions and 0 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[tool.black]
skip-string-normalization = true
skip-numeric-underscore-normalization = true