global: fixes

This commit is contained in:
nym21
2026-04-29 16:51:01 +02:00
parent a7e41df1c6
commit 43f3be4924
101 changed files with 3074 additions and 2869 deletions

View File

@@ -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"]