fxrank-lang-python 0.3.0

Python (libcst-based) frontend for FxRank's effect-cost profiler.
Documentation
1
2
3
4
5
6
# FIX 1 negative fixture: `load_dotenv` imported from a user/app package
# must NOT be flagged as env.write.
from myapp.config import load_dotenv

def configure_env():
    load_dotenv()