[Code Cleanup] Format source files with black

This commit is contained in:
2022-05-03 10:26:03 +02:00
parent 382449d6bb
commit 39772f1983
5 changed files with 21 additions and 30 deletions

View File

@@ -17,6 +17,10 @@ black = "^22.3.0"
mypy = "^0.942"
pytest-cov = "^3.0.0"
[tool.black]
skip-string-normalization = true
line-length = 100
[tool.pytest.ini_options]
markers = [
"id_key_seed: seed to create an identity secret from",