chore(hooks): add editorconfig-checker and fix lines exceeding 80 chars

Add editorconfig-checker pre-commit hook to catch line-length
violations locally. Shorten docstrings in aeonview.py and
aeonview_test.py that exceeded the 80-character editorconfig limit.
Remove double-quote-string-fixer hook that conflicted with ruff-format.
This commit is contained in:
2026-03-13 14:30:56 +02:00
parent 29ddb43265
commit ae5e4d4eae
3 changed files with 16 additions and 9 deletions

View File

@@ -30,6 +30,12 @@ repos:
- id: name-tests-test
- id: no-commit-to-branch
- id: trailing-whitespace
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.6.1"
hooks:
- id: editorconfig-checker
alias: ec
exclude: uv\.lock
- repo: local
hooks:
- id: pyright