You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(workspace): Wire sphinx-autodoc-pytest-fixtures into monorepo
why: The package needs workspace membership, dependency wiring, and
tool configuration to be discoverable by uv, ruff, mypy, and pytest.
what:
- Add workspace source and dev dependency
- ruff: add to known-first-party; suppress D417 only (numpy convention
already handles D413/D211/D213)
- mypy: ignore_errors for gradual typing adoption
- pytest: register "integration" marker for Sphinx build tests;
add --ignore so doctest-modules skips the package
0 commit comments