sebag90
Results
1
comments of
sebag90
based on @johnpyp's suggestion I created a plugin to automatically collect variables from a `.env`file and set it to all hatch environments: ``` from pathlib import Path import re from...