-
### Bug description
When using `pylint: disable-next` or `pylint: disable` for a comment that violates the rule, it disables the rule for the whole file instead of just the line
*Not working*
…
-
To disable some pep257 checks for `@property` methods I would like to match on that and ignore some stuff on the next line. Is this possible in some way? If not were should I look to implement this?
-
## Information
**VIM version**
```
NVIM v0.3.6
Build type: RelWithDebInfo
```
Also occurs with
```
VIM - Vi IMproved 8.1 (2018 May 18, compiled Jun 6 2019 11:29:32)
Included patches: 1-…
-
## Documentation
The [well-documented **Typing** subsection](https://numpy.org/devdocs/reference/typing.html) exhaustively details our typed NumPy API (which is great), complete with concis…
-
i followed all instruction i get one of the tests fail. all other tests pass but this.
------
Testing use of runargs args with Python3 OK
Python3 program with customised timeout OK
Python3 pro…
-
The email field in user creation form is optional, but we should validate it if a value is given.
-
Hi!
We recently agreed that a coding style was necessary to ensure better code quality and better contributing. I've started from a simple pylinrc file and did the following modifications :
```
@@…
-
**Premises:**
- I am opening the issue here as `napoleon` is packaged with Sphinx
- I checked both *discussions* and *StackOverflow*, but I didn't really get an up-to-date definitive answer
**I…
-
### Description of the bug
`TypedDict` classes gets a griffe warning "Parameter does not appear in the function signature" when correctly including the parameters in the docstring. (Note: `TypedDict`…
-
Originally reported by: **Fergal Hainey (BitBucket: [FerHai](http://bitbucket.org/FerHai))**
---
I'm using pytest and redefined-outer-name is a false negative in these cases as it's part of pytest's…