Commit Graph

5 Commits

Author SHA1 Message Date
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
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
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
2e22efac17 fix: resolve MegaLinter editorconfig and pylint/pyright failures (#9) 2026-03-12 14:03:49 +02:00