## Résumé
- migre le flux RSS vers `BLOG_ENDPOINT__URL` et `ExternalEndpoint` ;
- conserve `BLOG_RSS_URL` avec `DeprecationWarning` ;
- limite le RSS à HTTPS, avec `file://` uniquement pour les fixtures locales ;
- adapte la composition du pipeline et la documentation.
## Validation
- `PYTHONPATH=$PWD pytest --import-mode=importlib tests/integration/test_pipeline_runner.py tests/unit/test_blog_client.py tests/unit/test_config.py -q` : 89 passed
- `ruff check .` : OK
- `mypy .` : Success, 110 fichiers
- hooks pre-commit complets : OK
- `git diff --check` : OK
PR empilée sur #59 pour #16.
@reviewer revue demandée.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Résumé
BLOG_ENDPOINT__URLetExternalEndpoint;BLOG_RSS_URLavecDeprecationWarning;file://uniquement pour les fixtures locales ;Validation
PYTHONPATH=$PWD pytest --import-mode=importlib tests/integration/test_pipeline_runner.py tests/unit/test_blog_client.py tests/unit/test_config.py -q: 89 passedruff check .: OKmypy .: Success, 110 fichiersgit diff --check: OKPR empilée sur #59 pour #16.
@reviewer revue demandée.