nysh/.pre-commit-config.yaml
Nydragon db3042111f
feat: hacky network and notification widget and caffeine widget
Network and notification widgets are just buttons to open nmtui and
swaync respectively... what they are doing in my waybar right now
anyways. Now I *should* not need waybar anymore.

Caffeine widget does what there is to do, set an inhibitor.

Restructured the project so that icons are in src/, screenshots are in
the renamed screenshots folder
2024-09-21 02:05:00 +02:00

20 lines
392 B
YAML

default_install_hook_types:
- pre-commit
- commit-msg
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
hooks:
- id: gitleaks
stages: [commit]
- repo: local
hooks:
- id: typos
name: Check for typos
entry: typos
language: system
files: .*
exclude: .*\.(png|jpg|jpeg|age)
stages: [commit]