Max R

Results 23 issues of Max R

CI fails with `ImportError: cannot import name 'environmentfilter' from 'jinja2'` ([example](https://github.com/pytest-dev/pytest/runs/5726444207)). Bumping Sphinx as described in https://github.com/sphinx-doc/sphinx/issues/10291

Not ready for merge, still need to do the following.. - [ ] Get a better grasp of the file structure (when to use `prefix`, where I should be writing...

Resolves #584 (license covers install-local.py and other relevant code)

Should this repo have a license?

Operating system: macOS 10.13.6 Python version: 3.7.0 *Black* version: 18.9b0 Does also happen on master: [yes](https://black.now.sh/?version=master&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ACBAF9dAD2IimZxl1N_WmOQpqkfeSlyUArvIPL_VTFrmeVYZp1XFKnlwlcOEvW_JBzFW5TNX49gxuvkPZdSiQlgf1X3nVA9S-VIupgh_W7IxnIP72fRuUftYw_npiukzwIa9DRAAAAVwN-B7KCn-QABe4IBAAAASK0q0bHEZ_sCAAAAAARZWg==) --- Given this example ```python prefix = "foo" print(f"{ prefix }.bar") ``` I was...

T: enhancement
T: style
F: strings
C: parser

See repro: ```console $ tail tmp.md --- title: Foo --- $ markdown-toc -i tmp.md $ tail tmp.md --- title: Foo --- ```

Hello. I use python-kasa through Home Assistant. Would you consider having methods to query, download, & install the latest firmware for smart plugs? Then (hypothetically) the HA integration could use...

enhancement
stale

- Replace `--min-py3-version` with `--min-py-version` - Change how the min version is determined; use `--min-py-version` as the source of truth if supplied, otherwise infer it - Always set `python_requires` Resolves...