Peter Linss
Peter Linss
**Problem description** I generally have a significant number of open repos, several sets of related repos, such as packages used by a main project. But I have other open repos...
While not official, many documentation generators, e.g. Sphinx, pdoc, epydoc, PyCharm, etc., recognize docstrings after variables. flake8-quotes however classifies these as multi-line strings, so when using single quotes for multi-line...
When two or more people are in a call, if an additional person tries to call one of the participants, they get a "busy" message and the call does not...
### Steps To Reproduce 1. Click Bitwarden icon while vault is locked ### Expected Result Pop up window with field where I can enter my password ### Actual Result Verify...
### What happened? In my crowdsec setup, I'm using mTLS authentication with machine-specific certificates generated by a private CA (step-ca). My CA uses an intermediate certificate. This CA configuration requires...
Flake8 apparently respects `# noqa` comments inside multiline strings. Those aren't really comments. Flake8-noqa should detect and report those (and recommend the `# noqa` gets moved to the end of...
If a code is ignored by configuration, plugin should report as unnecessary noqa code (when option is set) Option should be able to always require ignored codes, always reject ignored...
When recommending codes to insert, should ignore codes that are ignored by configuration
After the specs are updated, see https://github.com/heycam/webidl/issues/778
It would be useful to have a 'playground' to experiment with Bikeshed syntax without having to have (or output) a full spec. i.e a mode where it doesn't require a...