KotlinIsland / KotlinIsland/basedmypy
Suggest using the baseline / disabling error codes
Open
basedline
feature
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```
> mypy
100000000000000000000000 errors detected
Maybe you should consider `mypy --write-baseline` or adding `allow-any-expression = true` to your config file.
```
Contributor guide
Research direction
Start by tracing the diagnostic output that reports the error count and suggests configuration options. Determine how baseline generation and error-code disabling are represented, then add the requested suggestion and tests confirming it appears for large error reports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100