1
0
Fork 0

[core] Load plugins on demand (#11305)

- Adds `--no-plugin-dirs` to disable plugin loading
- `--plugin-dirs` now supports post-processors

Authored by: coletdjnz, Grub4K, pukkandan
This commit is contained in:
coletdjnz 2025-02-23 11:00:46 +13:00 committed by GitHub
commit 4445f37a7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 532 additions and 180 deletions

View file

@ -384,6 +384,7 @@ select = [
"W391",
"W504",
]
exclude = "*/extractor/lazy_extractors.py,*venv*,*/test/testdata/sigs/player-*.js,.idea,.vscode"
[tool.pytest.ini_options]
addopts = "-ra -v --strict-markers"