Skip to content

v0.1.12

Choose a tag to compare

@Goldziher Goldziher released this 02 Jul 10:08
v0.1.12
1bf3ff4

Fixed

  • ruff cache-key now folds the E501/line_length engine change from 0.1.11. Warm .polylint caches were serving stale 88-column E501 diagnostics because the engine version() suffix wasn't bumped. Fixed with a +e501 suffix bump. (CI is unaffected — fresh runners have no cache.)