4:45
Boost Your Python Code Quality: Pre-commit Tutorial (UV & Ruff)
This video shows how to create a solid pre-commit setup for Python. Previous video containing the CI pipeline: ...
9:20
Python Pre-Commit Hooks Setup in a single video!
Hey everyone! A one-stop-shop for setting up and configuring Python Pre-commit git hooks in one video. Adding it to a repo, ...
5:59
The easy way to keep your repos tidy.
Catch simple issues before code review using pre-commit. Pre-commit uses git hooks in order to catch your little typos before they ...
5:25
Наводим порядок в git репозитории с помощью pre-commit-hook за 5 минут
Рассказываю об использовании pre-commit-hook на примере кода для ansible и terraform/opentofu. Все примеры из видео в ...
2:13
Precommit Hooks Are Always Bad
Precommit hooks are the actual worst thing and I hope this convinces y'all to use them less. ALL MY CONTENT IS FILMED LIVE ...
17:51
Pre-commit and other Git Hooks: What are they and how do they work?
Your git can execute scripts based on pre-determined events, and in this video I will tell you what Git Hooks are and how they ...
17:14
What Are Conventional Commits? Full Tutorial + Pre-Commit & Commit-Msg Hooks
Tired of messy commit messages? In this video, I'll show you how to use Conventional Commits to write clean, structured, and ...
4:06
Git Hooks: We’re Not Using Them Enough!
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll explore Git hooks and ...
16:30
🔥 Boost Code Quality with Pre Commit Hooks + Poetry 🚀 Python Dev Tips
poetry #pre-commit Are you tired of messy commits, inconsistent code, or missed bugs? This video is your ultimate guide to ...
1:29
Automate Code Reviewing and Formatting in Python with pre-commit
pre-commit is a framework that allows you to identify simple issues in your code before committing it. Watch the full playlist about ...
18:16
The dangers of precommit hooks
I can't believe I'm talking about precommit hooks again but HERE WE ARE. MY OTHER COMMIT HOOKS VID ...
8:15
Improve your Python code with black, isort, flake8, and pre-commit.
Consistent code style across the entire project is its calling card, as it's the first thing experienced developers notice ...
5:55
M180: Pre-commit Hook is a wrong idea
Many programmers love to use pre-commit hooks to run the build and test the code before it gets to the repository. I believe it's a ...
6:51
Git Pre-commit Hooks: Boost Code Quality & Consistency! 🚀
Learn how to use Git pre-commit hooks to automate code quality checks and ensure consistency across your development team!
11:01
Create Git Pre-Commit Hook Using Flake8 for Python Code.
Learn how to create a Git pre-commit hook using Flake8 in Visual Studio Code. This tutorial covers everything from setting up the ...
14:09
does git 2.54 make pre-commit obsolete?
today we take a look at the new "config based" hooks in git 2.54 and how they relate to git hook frameworks such as pre-commit!
7:07
Automate Project Versioning with Poetry and Pre-Commit Hooks 🚀 | Python Tutorial
Learn how to automate project versioning effortlessly using Poetry and pre-commit hooks in this step-by-step Python tutorial!
3:52
Pre-Commit Hooks Explained: Enforcing Code Quality in Git 🛡️
Learn how to stop bad code from entering your repository using Git Pre-Commit Hooks! In this video, we break down exactly ...
1:41
Automatically Detect and Fix Issues in Your Python Code with pre-commit pipeline
In the previous videos, we learn different tools to check and format our code. In this video, we will learn how to run all of these ...
4:56
Git Commit Hooks with Husky - Format with Prettier on Pre-Commit Tutorial
Learn how to add Git commit hooks with Husky to automate code tasks. We'll walk through: - What is a Git hook? - How you can ...