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 ...
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 ...
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 ...
2:30
Хватит править код руками! Настраиваем Ruff, MyPy и Pre-commit
Пишешь на Python, но код-ревью превращается в бесконечную битву за пробелы? В этом видео мы создадим ...
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 ...
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:52
how pre-commit.ci (and my video) will speed up black for everyone?
today I walk through debugging a slow ci run and the resulting blanket improvements! I also show a tl;dr of my video ...
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 ...
1:42
Nesse vídeo eu falo sobre pre-commit e como você pode utilizar isso para garantir que todo código que for para o git, passe por ...
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 ...
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 ...
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 ...
6:36
mypy · ruff · black · pre-commit — pro toolchain | L11 · Pro
Tests run in seconds. Type checkers run in milliseconds. Linters run on every keystroke. The pro toolchain catches bugs at ...
29:33
Complete guide to GitHooks - Creating your own pre-commit hooks
GitHooks are a great way of automating tasks and checking information while using git. These hooks are both powerful ...
27:51
Secure your workflow with automated pre commit checks
Hi everyone! In this video, we're focusing on local hygiene in our automation pipeline by learning how to protect your main branch ...