mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 06:44:47 -07:00
global: fixes
This commit is contained in:
@@ -35,5 +35,10 @@ dev = [
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
# `check_endpoints.py` at the root of tests/mempool_compat needs the extra glob.
|
||||
python_files = ["test_*.py", "check_*.py"]
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["E701"]
|
||||
|
||||
Reference in New Issue
Block a user