forked from platypush/platypush
Skip string and underscore normalization in black
This commit is contained in:
parent
53da19b638
commit
783238642d
1 changed files with 4 additions and 0 deletions
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[tool.black]
|
||||
skip-string-normalization = true
|
||||
skip-numeric-underscore-normalization = true
|
||||
|
Loading…
Reference in a new issue