Commit Graph

6 Commits

Author SHA1 Message Date
ae5e4d4eae 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.
2026-03-13 14:35:34 +02:00
893061dafc feat(deps): add pyright and pylint with non-overlapping config
Add pyright>=1.1.0 and pylint>=3.0.0 as dev dependencies. Configure
pyright for basic type checking (py3.13) and refine pylint message
disables to avoid overlap with ruff's enabled rule sets.
2026-03-13 14:07:19 +02:00
Copilot
265f8de06b feat: migrate to uv-managed project (#10)
* Initial plan

* feat: migrate to uv-managed project

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>

* fix: align Python version in pyproject.toml and CI setup-uv config

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
2026-03-13 08:42:08 +02:00
Copilot
2ae86ec1a7 fix: resolve MegaLinter YAML and markdown lint failures (#7) 2026-03-11 12:03:43 +02:00
a0b066cefe chore: saving the wip state 2025-06-23 22:27:44 +03:00
dd9f538bb4 feat: full upgrade to python3, tests, etc. 2025-06-23 22:27:43 +03:00