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 ...
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 ...
19:44
Check formatting locally and on GitHub Actions with pre commit
Check out the exciting careers at PickNik here! https://picknik.ai/careers/
1:41
How to create a pre-commit git hook for your python type checker?
In order to make sure you don't commit python code containing type errors, I'll show you today, how you can create your own ...
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: ...
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!
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 ...
5:19
Don't commit your code without linter validation | Code Linters on pre-commit | Code Validation
Help yourself with linter code validation before committing any changes. The team code standardization can be declared with ...
5:52
Git Pre-Commit Hooks Explained: Automate Code Checks & Prevent Mistakes!
Learn Git pre-commit hooks in the simplest and most practical way! In this video, we cover: ✔️ What Git pre-commit hooks are ...
10:26
Using Precommit Hooks For Static Code Analysis
In this video, we discuss how to use git's precommit hook feature to allow us to run our static code analysis tools on just the files ...
11:39
how I made pre-commit's github actions 3x faster (intermediate) anthony explains #533
today I show how I reworked pre-commit's testsuite and github actions to greatly speed up the runs. while the approach isn't ...
14:38
Configuring Pre-Commit Hooks to Automate Python Testing and Linting in vscode (Visual Studio Code)
In this video tutorial, I'll show you how to set up pre-commit hooks to automatically run Python tests and linting checks every time ...
6:05
... forget to check your code before pushing. Or... use a tool which does that for you: husky! Docs: https://typicode.github.io/husky/
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 ...
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 ...
15:00
#52 Code Formatting: Using both pre-commit hooks (for formatting) and GitHub action (for checking).
GitHub: https://github.com/PramodKumarYadav/zero Goal: In this video, we will see how we can utilize the strength of both client ...
9:33
Improve Code Quality with ESLint and Husky Pre-Commit Hooks
Nuxt Course: https://www.learnnuxt.dev/ Save 15% at checkout with code CLEAN_REPOS Video Resources Vue Challenge: ...
6:07
What are GitHooks? Explained in 5 minutes
This video gives a quick insight into exactly what GitHooks are and where they run, it also shows you how to utilise the 'out of the ...