mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-13 08:58:27 +00:00
fix: resolve MegaLinter editorconfig and pylint/pyright failures (#9)
This commit is contained in:
9
.mega-linter.yml
Normal file
9
.mega-linter.yml
Normal 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
|
||||||
Reference in New Issue
Block a user