Armin Berres
Results
12
issues of
Armin Berres
`FBT003` is triggered even if only positional arguments are allowed. Toy example below - I stumbled upon it with a Pandas decorator: ``` with pd.option_context("mode.use_inf_as_na", True): .... ``` ## Example...
type-inference
**Problem** We were bitten by the following problem in production: When Dynaconf is configured to load settings from Redis, and there is a problem accessing Redis (misconfiguration, network error, whatever),...
question