Paul Close

Results 13 issues of Paul Close

Hello, I have an app with a root-level `app.py` that does `run(...)` if `__name__ == "__main__"`. So far so good. I recently moved `app.py` into the app module so it...

The type hint for `wrap_width` is currently `int`, but the documentation states: "A wrap_width value of `None` reflows lines to unlimited line length." Please update the options types to include...

When I set `skip=["div"]` and convert the following HTML, ```html Ignored Still ignored tag. ``` The result is `IgnoredStill ignoredtag.` I was expecting `Ignored Still ignored tag.` Then I tried...