Upgrade Ruff (and other pre-commit hooks) #3212
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
✨ goal: improvement
Improvement to an existing user-facing feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: mgmt
Related to repo management and automations
Problem
Ruff recently released
v0.1.0
. This reminds me that we do not currently have a way to automatically update our pre-commit hooks like we have Dependabot for Python and Node.js packages, and Renovate for GitHub Actions.Description
Update our pre-commit hooks. A potential further improvement would be to find, recommend and/or implement some action that can automatically update the hooks periodically (like Dependabot does at the start of each month).
Additional context
pre-commit, our linting and hooks framework of choice, has built-in support for updating hooks using the
autoupdate
subcommand.The text was updated successfully, but these errors were encountered: