Petrica Leuca4 Utilities For Clean Python DevelopmentUsing dependency managers, pre-commit hooks, commitizen and mkdocs for beautiful PythonDec 6
InTowards Data SciencebyThierry JeanCustom pre-commit hooks for safer code changesA step-by-step guide on writing your first pre-commit hookMar 143
KishmatHow to setup git hooks(pre-commit, commit-msg) in my project?As you go about your daily development work, it’s common to unintentionally make mistakes in your Git commits that might go against your…Aug 4, 2023Aug 4, 2023
Priyanshu RajputPre-Commit Hooks: How to Set Up Prettier & ESLint with Husky in Node.js 🚀Let’s face it — we’ve all been there. You commit a piece of code, push it to the repo, and just as you’re about to sip your coffee, you…Nov 10Nov 10
KaushalkoladiyaConfiguration Husky + “pre-commit” hooksWe will learn how to integrate a pre-commit hook using Husky. The Husky hooks will perform certain actions before a specific task happens…Jan 171Jan 171
Petrica Leuca4 Utilities For Clean Python DevelopmentUsing dependency managers, pre-commit hooks, commitizen and mkdocs for beautiful PythonDec 6
InTowards Data SciencebyThierry JeanCustom pre-commit hooks for safer code changesA step-by-step guide on writing your first pre-commit hookMar 143
KishmatHow to setup git hooks(pre-commit, commit-msg) in my project?As you go about your daily development work, it’s common to unintentionally make mistakes in your Git commits that might go against your…Aug 4, 2023
Priyanshu RajputPre-Commit Hooks: How to Set Up Prettier & ESLint with Husky in Node.js 🚀Let’s face it — we’ve all been there. You commit a piece of code, push it to the repo, and just as you’re about to sip your coffee, you…Nov 10
KaushalkoladiyaConfiguration Husky + “pre-commit” hooksWe will learn how to integrate a pre-commit hook using Husky. The Husky hooks will perform certain actions before a specific task happens…Jan 171
Fedor GNETKOVAutomating Code Quality Control with Pre-commit HooksHi, this article is about how to automatically run formatting, linting, and unit tests using pre-commit before each commit in a local…Oct 21
Othmane GhandiAutomating Python Code Quality: By Integrating Pre-Commit with GitHub ActionsIn today’s fast-paced development environment, Continuous Integration (CI) is key to maintaining a healthy, bug-free codebase. Python…Oct 13