-
### Steps to reproduce
import collections
a = collections.namedtuple( 'a', ['b c'] )
x = a(b=123, c=456)
### Current behavior
% pylint error.py
Using config file /etc/pylintrc
Traceback (most…
-
Not sure whether the issue is with pylint_protobuf or with pylint itself, but given there are some stack frames of the plugin I thought of opening the issue here first, let me know if I should open th…
-
I have encountered an error when using abstract properties and multiple inheritance. The code itself works in it returns a correct value but it seems that pylint tries to check the abstract property…
-
I get this error when i run a curl command on kube-oidc-proxy url deployed on istio.
The certs are generated by cert-manager and the URL for kube-oidc-proxy is hosted on Istio Ingress Gateway ins…
-
When I run pylint on one of my (large) file, it crashes on the last line.
The last thing that is printed as a pylint error is:
```
main.py:1984:0: C0103: Constant name "my_web_app" doesn't confor…
-
I'm running python 3.7.6 installed via pyenv.
pylint==2.4.4
astroid==2.3.3
`$ pylint
Traceback (most recent call last):
File "/Users/mark.miscavage/workspace/ship-compliant-proxy/env/bin/p…
-
Hello,
I have recently encounter this strange behavior on our tests. I have boiled it down to an issue with a module named `dkimpy`. However, I don't understand what is the issue and why an import …
-
The shortest code I can get to trigger this bug:
```python
_CUSTOM_SCRIPTS = {'echo': lambda x: x}
def _generate_message(message):
if isinstance(message, list):
_, *args = message…
-
This issue is very similar to:
- #3985
- #3982
- #3977
- #3939
While in those issues, the problem was noted with the `pandas` library, I'm seeing it with the `seaborn` package, which happens…
-
### Steps to reproduce
1. Download django 2.0.4: https://github.com/django/django/archive/2.0.4.zip
2. unzip, cd to directory
3. run `pylint django/template/context.py`
### Current behavior
F…