forked from platypush/platypush
Skip string and underscore normalization in black
This commit is contained in:
parent
1b30bfc454
commit
ca25607262
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