-
### Bug description
We're using a large proprietary code base (which I can't share) with Python 3.10.12 and pylint 2.17.7 (dependency versions given below).
In a monorepo with ~20 packages we ru…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 26 2020 17:02:50) …
-
### Bug description
When a derived class has naming errors for a constructor argument the `invalid-name` and `arguments-renamed` messages are not reported.
Ex:
```python
# pylint: disable=too-fe…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
Hi all,
I'm trying to start a PyMecha…
-
I'm bummed when everything in pre-commit passes locally, then the github workflow lets me know that there's one new line that doesn't have test coverage.
Always aiming for 100% is a high bar, but e…
-
I'm running into errors with the installation of `pyflow`:
```
(venv) [moldach@beluga4 pyflow]$ python setup.py build_ext -i
running build_ext
building 'pyflow' extension
gcc -pthread -Wno-unus…
-
Type: Bug
GitHub repositories with large changes get stuck when loading and sometimes don't display the files where they should.
- Pulled from remote.
- More than 10k files were updated.
- Some …
-
Здравствуйте ! Отлично поработали ! Есть небольшие рекомендации:
1. [Здесь](https://github.com/JennyFrost/Auth_sprint_1/blob/70d690dc67c8b83d61c13b7073b202044f85910a/docker-compose.yml#L10-L11) пор…
-
### 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…
-
## Proposed refactor
We've dropped support for Python 3.6, which means we can use the new annotations format.
### Motivation
New shiny things are nice
### Pitch
Adopt [PEP 585](https://…