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>
This commit is contained in:
Copilot
2026-03-13 12:02:09 +02:00
committed by GitHub
parent 265f8de06b
commit 4d58dcc709
2 changed files with 12 additions and 3 deletions

View File

@@ -22,5 +22,8 @@ indent_style = tab
trim_trailing_whitespace = false
max_line_length = 200
[uv.lock]
max_line_length = unset
[*.{yml,toml}]
max_line_length = 200