-
I forked mpl-interactions, then made a branch for a new feature there and tried to commit my changes to that branch.
However it does not work and I get the following error message:
Looks like it has…
-
**Checklist**
* [x] Same issue occurs when reproducing the MWE below: new virtualenv, clean folder, minimal additional libs, etc.
* [x] Same issue occurs when running without cache (eg by settin…
-
# Bug report
## What's wrong
Z317 enforces me to split nested tuples in multiple lines.
## Code sample that causes that issue
```
from pyramid.security import Allow
class Blo…
nndii updated
2 years ago
-
Not sure how possible but it might be nice to have this duplication detection be part of the general linting checks. Most plugins are written as AST visitors which might be able to replace some of the…
-
### What's wrong
The `forbidden-inline-ignore` option is parsed from a comma-separated string into a tuple, but the code itself joins all codes using an empty string, then tries to split them on comm…
-
I have a `.flake8` file in my project which defines some choices my team made about code style, including max line length of 100 characters.
```
[flake8]
ignore = W503,E501,E203
exclude = alembi…
-
We use `remark-lint` with plugins for `md` files.
Example: https://github.com/sobolevn/awesome-cryptography/
We can also use `flake8` for code-blocks I guess.
And `pytest` to run doctests tests (…
-
Hi folks,
This new classifier will be useful for users of https://github.com/PyCQA/pylint to discover plugins published by the community. Pylint has support for custom plugins and there are quite a…
-
Picking up where https://github.com/charliermarsh/ruff/issues/2954 left off, there were a few opinionated (B9xx flake8-bugbear rules) checks left to be implemented in Ruff:
* [x] B901: Using `retu…
-
It seems that the failures for pylint have ``[pylint]`` prepended to the filename in the failure output:
![image](https://user-images.githubusercontent.com/5601876/90517758-1f85d600-e166-11ea-8aff-…