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
29ddb43265
fix: resolve pyright/pylint findings and apply ruff formatting
...
Add encoding="utf-8" to read_text() calls in tests (pylint W1514).
Apply ruff-format double-quote style consistently across both files.
2026-03-13 14:08:09 +02:00
d3957ba67b
feat(ci): re-enable pyright and pylint in mega-linter
...
Remove PYTHON_PYLINT and PYTHON_PYRIGHT from DISABLE_LINTERS so
mega-linter runs all three linters: ruff, pyright, and pylint.
2026-03-13 14:07:41 +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
61b43ad01b
chore(ci): mega-linter config tweaks
2026-03-13 12:58:35 +02:00
07c6a15747
chore(ci): mega-linter config tweaks
2026-03-13 12:36:31 +02:00
cacbb10a33
chore(deps): upgrade workflows
2026-03-13 12:36:07 +02:00
Copilot
4d58dcc709
fix: ignore uv.lock in editorconfig, disable PYTHON_PYLINT/PYRIGHT in mega-linter, use uv for dep install ( #11 )
...
* Initial plan
* fix: ignore uv.lock in editorconfig and disable PYTHON_PYLINT/PYRIGHT in mega-linter
Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com >
* fix: update outdated comment in mega-linter config
Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com >
* fix: use uv instead of pip to install deps in mega-linter 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 12:02:09 +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
2e22efac17
fix: resolve MegaLinter editorconfig and pylint/pyright failures ( #9 )
2026-03-12 14:03:49 +02:00
coderabbitai[bot]
10a80cb395
fix: apply CodeRabbit auto-fixes
...
Fixed 3 file(s) based on 3 unresolved review comments.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai >
2026-03-11 17:39:10 +00:00
Copilot
f6ab7fdb07
fix: implement all CodeRabbit review comments ( #8 )
2026-03-11 19:18:16 +02:00
Copilot
2ae86ec1a7
fix: resolve MegaLinter YAML and markdown lint failures ( #7 )
2026-03-11 12:03:43 +02:00
e8c4f458b8
fix: update python version and improve cross-platform paths ( #6 )
2025-07-15 16:53:44 +03:00
2ca1e69e35
fix: update paths and workflow ( #5 )
2025-07-15 16:45:18 +03:00
c47ad984a6
test: add helper path test and stub requests ( #4 )
2025-07-14 16:21:06 +03:00
0c740539d0
fix(test): fix tests, tweak editorconfig
2025-06-23 22:56:45 +03:00
a42153200e
chore(ci): upgrade workflows
2025-06-23 22:27:44 +03:00
d0669e4dd0
chore(lint): more linting fixes
2025-06-23 22:27:44 +03:00
af085bf9bb
chore(lint): fix linting
2025-06-23 22:27:44 +03:00
40f2efa564
chore(ci): install deps
2025-06-23 22:27:44 +03:00
5961f4e65e
chore(lint): fixed pyright errors, tests
2025-06-23 22:27:44 +03: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
6aa17ba957
chore(ci): ignore .coverage
2025-06-23 22:22:01 +03:00
renovate[bot]
7f2c6fe214
Add renovate.json ( #1 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 22:20:31 +03:00
cd28617259
whitespace trimming, and reindentation with tabs
2018-10-17 19:21:11 +03:00
1c4237aada
Whitespace trimming
2018-10-17 19:20:29 +03:00
347f00c15a
editorconfig and gitignore augmentation
2018-10-17 19:13:21 +03:00
Ismo Vuorinen
7fd7a04cc0
Reviving an old project
2018-08-08 00:22:36 +03:00
Ismo Vuorinen
38cb5b52a1
github readme
2010-10-12 14:55:38 +03:00
Ismo Vuorinen
11b3b08e0f
README for github
2010-10-12 14:53:52 +03:00
Ismo Vuorinen
1695947d78
Old commit
2010-10-10 11:15:51 +00:00
Ismo Vuorinen
d8480aa4d6
curl creates dirs
2010-08-04 06:14:35 +00:00
Ismo Vuorinen
18363b4650
2010-07-31 10:17:31 +00:00
Ismo Vuorinen
8112759b6c
now should show up the correct revision number as part of version info
2010-07-25 16:42:08 +00:00
Ismo Vuorinen
aab7e3eaf1
descriptions and version-testing
2010-07-25 16:35:37 +00:00
Ismo Vuorinen
7ae11ec2ca
2010-07-25 14:53:45 +00:00
Ismo Vuorinen
6f11436459
Worked on video-mode, should work now
2010-07-25 09:51:29 +00:00
Ismo Vuorinen
a3e16e6060
aeonview python project
2010-07-24 13:29:37 +00:00