4:14:20
replay - pre-commit python2 oops - 2019-01-19
Today I work on refactoring some internal pre-commit bits to fix an accidental oopsy related to dropping python 2 on macos.
12:22
4 Tools to Format & Check your Code with Pre-Commit | Flask and Python Backend #6
The Dev World - by Sergio Lema
In this video I show how to configure pre-commit in a Python project to format and check the code. I will show 4 tools which will run ...
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, ...
19:39
Automate formatting and linting your code with pre-commit - Arthur Rio
SF Python Meetup June 16, 2021 Learn about linters and formatters and how to use the pre-commit package to automate their ...
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 ...
9:47
Beginner Python Pre Commit With Pylint Guide
NGSB Programing Language Learning Group
Pylint is a static code analyser package.It checks for errors, enforces a coding standard, looks for code smells.It can make ...
2:16
Is this the BEST Pre-Commit Configuration for Python?
In this video, I will show you my favorite pre-commit configuration for my Python project. Enjoy your Python & Chill program!
20:03
Pre-Commit in Python: Automate Code Quality with Ease!
Learn how to supercharge your Python development workflow with Pre-Commit! In this video, I'll walk you through setting up ...
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 ...
6:59
python 套件介紹 - commitizen 和 pre-commit
熱愛Python 以及Linux, 希望透過寫程式為社會貢獻,喜歡拍程式教學影片幫助想學習的人。 本影片GitHub repo ...
1:18:50
Git Pre-Commit Hooks to assist with Secure Coding Practices
Sean(s1nAck) walks the Null404 community through the steps on how to use Git Pre-Commit Hooks to help increase the security ...
24:53
Keep Your Code Clean Using pre-commit with Anthony Sottile
Maintaining the health and well-being of your software is a never-ending responsibility. Automating away as much of it as possible ...
6:33:26
replay - pre-commit + mypy typing (py3) - 2020-01-10
Today I continue to burn the bridges with python 2 and add type checking to pre-commit! streamed on ...
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!
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 ...
1:51
Quick Tech - pre-commit-terraform
If you've been following along for a while, you've seen some awesome and helpful tools for deploying your Terraform: ...
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 ...
4:48:09
replay - upgrading pre-commit.ci to python 3.10 - 2023-07-22
today we upgraded pre-commit.ci's aws lambdas to python 3.10 -- also fixed up a PR to make haskell a supported pre-commit ...
13:22
python github actions w/ tox and pre-commit (intermediate) anthony explains #038
today I show how to set up a basic github actions workflow for testing a python project with pre-commit and tox! - example pull ...
13:29
036 Prevent Repo Bloat with Pre-Commit Git Hook
In this video we introduce a pre-commit git hook which checks for file sizes before a commit is made and rejects a commit if the ...