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
ruff known_first_party / known_third_party in [lint.python.ruff] — poly now honors isort first-party module classification, fixing spurious I001 (import-block un-sorted) errors in monorepos where a first-party package (e.g. imported by a sibling tests/ tree) was misclassified as third-party.
Fixed
actionlint is now scoped to .github/workflows/** via a catalog path_globs field. Previously poly ran actionlint on every YAML file (Taskfile.yml, pnpm-lock.yaml, etc.), emitting bogus "jobs section is missing in workflow" warnings. Real workflow files are still linted.
deny: acknowledge transitive quick-xml advisories RUSTSEC-2026-0194/0195 (via ruff_db's JUnit path, not reachable from poly's usage; fix needs a ruff-rev bump, tracked separately).