Skip to content

v0.1.10

Choose a tag to compare

@Goldziher Goldziher released this 02 Jul 09:35
v0.1.10
a59fd70

Added

  • 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).