fix: resolve MegaLinter editorconfig and pylint/pyright failures (#9)

This commit is contained in:
Copilot
2026-03-12 14:03:49 +02:00
committed by GitHub
parent 10a80cb395
commit 2e22efac17
4 changed files with 12 additions and 3 deletions

9
.mega-linter.yml Normal file
View File

@@ -0,0 +1,9 @@
---
# MegaLinter configuration
# https://megalinter.io/latest/configuration/
# Install Python dependencies before linting so pylint and pyright
# can resolve imports from requirements.txt (e.g. pytest, requests)
PRE_COMMANDS:
- command: pip install -r requirements.txt
cwd: workspace