Skip to content

Instantly share code, notes, and snippets.

View JulienQNN's full-sized avatar
🧙‍♂️

Julien QUENNEHEN JulienQNN

🧙‍♂️
View GitHub Profile
@JulienQNN
JulienQNN / .pre-commit-config.yaml
Created October 7, 2025 12:49
Github Actions .pre-commit-config.yaml file
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-yaml
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- id: check-added-large-files
- id: check-merge-conflict
- id: check-vcs-permalinks