Jürgen Gmach
Jürgen Gmach
For e.g. https://github.com/jugmac00/flask-reuploaded (but also for my other projects), I notice an increased runtime for the checks. The biggest jump was from version `0.40` to `0.41`, but it looks like...
Add note that you need to ``import pdb`` in order to make the configuration file working. When you miss the import, the configuration file will not be read and also...
While preparing a code snippet for #947 I encountered another bug test.py ``` #: does not raise E265 a = print #: neither raises E265 #raises ``` => ``` ❯...
In https://github.com/tox-dev/tox/blame/rewrite/docs/user_guide.rst#L64 you can read: > If certain aspects of the project change, a re-creation of the environment is automatically triggered. It would be great to add e.g. a footnote...
**Feature request** - A description of the feature you would like to have I suggest to add the import statements to the tutorial sections. - If relevant, the context that...
**Bug report** - A description of the bug The API documentation for `extract_pages` misses what the function returns, see https://pdfminersix.readthedocs.io/en/latest/reference/highlevel.html#extract-pages Should be something like "A generator of LTPages" (whatever these...
**Bug report** - A description of the bug When I extract text from a rotated pdf, I get single chars with tons of control characters mixed, where I would expect...
The links were all relative, so while working on GitHub, they were broken on PyPI.
# repro - install isort from current head ( c6a41965247a858a0afd848fbebfca18b8983917 ) - create `test.py` with one line `__all__ = ["b", "c", "a"]` - create either config file with `sort_reexports =...