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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

4
pyproject.toml Normal file
View file

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