mirror of
https://github.com/tykeal/homeassistant-rental-control.git
synced 2026-06-24 08:47:51 +00:00
Add a local aislop pre-commit hook running "aislop ci --staged" so newly staged code is gated against ai-slop rules at commit time. Mirrors the full-enforcement aislop hook used in pylocal-akuvox, but scoped to staged files so it does not block commits over pre-existing slop in untouched files. Co-authored-by: Claude <claude@anthropic.com> Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
19 lines
262 B
Plaintext
19 lines
262 B
Plaintext
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
__pycache__
|
|
pythonenv*
|
|
.python-version
|
|
.coverage
|
|
venv
|
|
.venv
|
|
htmlcov/
|
|
.pytest_cache/
|
|
*.pyc
|
|
*.pyo
|
|
.aislop/history.jsonl
|
|
.aislop/install_id
|
|
.tox/
|
|
*.log
|