feat(pre-commit): Drop requirement for docker in pre-commit hooks#176
Conversation
Move shellcheck to Python-based version. markdownlint-cli2 now needs node but is lighter weight.
WalkthroughThe pull request modifies CI and pre-commit configurations. The staticcheck CI job runner changed from ubuntu-latest to ubuntu-slim. The pre-commit configuration updates shellcheck to use shellcheck-py/shellcheck-py with revision v0.11.0.1 and switches markdownlint from Docker-based to plain variant. Changes
Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (2)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Requiring docker is quite heavy for pre-commit. Move to non-docker base solutions.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.