mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-12 22:58:20 +00:00
10 lines
291 B
YAML
10 lines
291 B
YAML
---
|
|
# 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
|