SwampFalc
SwampFalc
Hmmm... I'm not sure to what degree those changes are compatible with mine... I mean, we're talking about two separate tools (isort and flake8) that are brought together by this...
First of all, don't worry too much, I think I spent 15 minutes on it. One question I have (and perhaps @jnns could chime in here?) is why someone would...
Hmmm... Is it possible that "deps add" only works for poetry, and not for pip, or piplock? I'm not going to test all the possible formats...
If you don't mind me re-opening this bug, I saw your merge and I pulled the fix. `deps add` now works for piplock, yes, but at the same time I...
For what it's worth, I proposed a pull request for flake8-isort https://github.com/gforcada/flake8-isort/pull/86 that would allow it to use a flake8 config file. After discussion with the maintainer they preferred to...
My opinion on this matter is that it's not about differentiating between 1 or more arguments, but more about the difference between fixed or changing argument counts. If a function...
I would like to point out an edge case: when the value in and of itself would fit on a single line, but key and value together go over. The...
Same error, except with different versions: ``` # Sphinx version: 1.8.5 # Python version: 2.7.16 (CPython) # Docutils version: 0.15.2 release # Jinja2 version: 2.10.3 # Last messages: # Loaded...
Small follow-up, I went into the sphinx source: ``` if len(parser.supported) == 0: warnings.warn('Old source_parser has been detected. Please fill Parser.supported ' 'attribute: %s' % parser.__name__, RemovedInSphinx30Warning, stacklevel=3) ``` Clearly...
Actually, yes. Why do you even have this code on the front page? I mean, all of that is to register a markdown parser, ie. to read markdown source files....