2022-04-04 20:55:10 +02:00
|
|
|
[tool.black]
|
|
|
|
skip-string-normalization = true
|
|
|
|
skip-numeric-underscore-normalization = true
|
|
|
|
|
2022-04-27 23:25:14 +02:00
|
|
|
[tool.pytest.ini_options]
|
|
|
|
filterwarnings = [
|
|
|
|
'ignore:There is no current event loop:DeprecationWarning',
|
|
|
|
]
|