Reformat tests with black.

This commit is contained in:
tecnovert
2024-11-15 17:21:20 +02:00
parent b484827c15
commit 7b03ce4769
38 changed files with 10345 additions and 5226 deletions

View File

@@ -34,6 +34,8 @@ dev = [
"flake8",
"pip-tools",
"pytest",
"ruff",
"black",
"selenium",
]
@@ -42,3 +44,6 @@ path = "basicswap/__init__.py"
[tool.hatch.metadata]
allow-direct-references = true
[tool.ruff]
exclude = ["basicswap/contrib","basicswap/interface/contrib"]