Tag

pre-commit

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Oct 3, 2023 · Operations

Using Pre‑commit Hooks with Terraform for Automated Code Quality Checks

This article explains how to set up and use pre‑commit hooks for Terraform, covering the purpose of pre‑commit checks, a list of popular Terraform‑specific hooks, step‑by‑step installation instructions, and how they improve code quality, security, and CI efficiency.

AutomationDevOpsInfrastructure as Code
0 likes · 7 min read
Using Pre‑commit Hooks with Terraform for Automated Code Quality Checks
DevOps
DevOps
Jul 26, 2022 · Information Security

Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories

This article explains how to identify, remove, and avoid committing sensitive information such as passwords, keys, or tokens in Git repositories by using git log searches, tools like Gitleaks and Detect‑Secrets, and scripts for history rewriting, while also describing preventive pre‑commit hook setups.

GitleaksSensitive Datadetect-secrets
0 likes · 7 min read
Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories
Python Programming Learning Circle
Python Programming Learning Circle
Apr 14, 2021 · Fundamentals

Setting Up a Python Development Environment with pyenv, Poetry, Black, mypy, and pre-commit

This guide explains how to configure a robust Python development environment by installing pyenv for version management, using Poetry for dependency handling, applying Black for code formatting, integrating mypy for static type checking, and automating checks with pre-commit, all illustrated with concrete command examples.

BlackPoetryPython
0 likes · 10 min read
Setting Up a Python Development Environment with pyenv, Poetry, Black, mypy, and pre-commit