forked from platypush/platypush
8 lines
203 B
TOML
8 lines
203 B
TOML
[tool.black]
|
|
skip-string-normalization = true
|
|
skip-numeric-underscore-normalization = true
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
'ignore:There is no current event loop:DeprecationWarning',
|
|
]
|