style: prettier formatting fixes

This commit is contained in:
Krzysztof kuhy Rudnicki 2026-05-15 01:15:52 +02:00
parent 765fa92543
commit 1cd3901381
2 changed files with 7 additions and 5 deletions

View File

@ -25,6 +25,8 @@
"evidence": "All hooks passed including ruff, mypy, pylint, bandit, pytest 100% coverage, shellcheck"
}
],
"risks": ["Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)"],
"risks": [
"Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)"
],
"rollback": ["git revert HEAD", "Verify pre-commit run passes after revert"]
}

View File

@ -60,7 +60,7 @@ For in-depth understanding of specific components, see these dedicated guides:
## Digital Wellbeing Components Summary
| Component | Purpose | Key Files |
| ----------------- | ----------------------------- | ------------------------------------------------------- |
| ----------------- | ----------------------------- | --------------------------------------------------------------------------- |
| Hosts Guard | Block websites via /etc/hosts | `hosts/install.sh`, `hosts/guard/*` |
| Pacman Wrapper | Block package installation | `scripts/periodic_background/digital_wellbeing/pacman/*` |
| Midnight Shutdown | Auto-shutdown at night | `scripts/periodic_background/digital_wellbeing/setup_midnight_shutdown.sh` |