logoalt Hacker News

maratcyesterday at 7:21 PM1 replyview on HN

So to the practical question: what we're gonna do today in CICD and/or precommit? "Default configuration is always the way" but which one: `ruff<0.16.0` or `ruff=0.16.0`?


Replies

jbvlktyesterday at 8:12 PM

I would stick to older ruff until team has resources to fix issues and move to newer version. The same think you do with other dependencies.

show 1 reply