chore: adress pytest-asyncio deprecation warnings + other nits (#32696)

amongst some linting imcompatible rules
This commit is contained in:
Mason Daugherty
2025-08-26 15:51:38 -04:00
committed by GitHub
parent f2dcdae467
commit 3d08b6bd11
37 changed files with 2965 additions and 2892 deletions

View File

@@ -108,6 +108,9 @@ ignore = [
]
unfixable = ["B028"] # People should intentionally tune the stacklevel
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.coverage.run]
omit = ["tests/*"]