mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Reformat tests with black.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user