-
## Problem description
This problem cropped up in the `0.3.0 -> 0.3.1` version upgrade for me.
## Steps to reproduce the problem
```python
from pydantic import BaseModel, validator
class …
-
Current problem
The work on 5953 showed that specifically enabling just a single message is sometimes not working as expected.
This is due to either missing message declaration in a checkers msgs at…
-
Type: Bug
# Behaviour
Clicking on the Run Tests with Coverage button does not have any effect. No coverage data is generated.
As you can see in the output no option enabling coverage is a…
-
Originally reported by: **BitBucket: [mitar](http://bitbucket.org/mitar), GitHub: @mitar?**
---
It would be great if there would be a way to access docstrings and comments in their native context. F…
-
When I run the pycharm code inspections, I get 8 errors, 177 warnings, 412 weak warnings and 3325 typos. This includes 77 duplicated code fragments and the following python specific issues:
> Acces…
-
We had a discussion with @HGSilveri about where instance attributes should be type annotated. I dug a bit more on the subject, and here is what I can come with:
1. declare attributes at class scope…
-
### What's wrong
Produces error in actions
```
Run wemake-services/wemake-python-styleguide@0.16.1
with:
reporter: github-pr-review
path: ./src
env:
pythonLocation: /opt/ho…
-
### Current problem
i have some edge cases where a class behaves differently at runtime than what the type checker thinks. here's a super minimal example:
```py
# pylint: disable=too-few-public…
-
Following on from the discussion on #746, this is a draft proposal to start disabling certain messages by default. Furthermore, to make it easier to run pylint side by side with flake8, we want to doc…
-
**Extremely impressive.** `@awfutils.typecheck` is the first practical attempt I've seen at performing static type-checking at runtime. Take all my thunderous clapping! :clap: :clap:
The current a…