(π) dmypy includes stdlib files in it's source file count output
Open
Nobody has claimed this yet.
bug
topic-daemon
- Dominant language
- Python
- Stars
- 20.6k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
π New-Item test.py
π dmypy start
Daemon started
π dmypy check test.py
Success: no issues found in 46 source files
π dmypy check test.py
Success: no issues found in 1 source file
46 source files? Why would I care about stdlib files, normal mypy doesn't report this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up β it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report with the shown New-Item, dmypy start, and dmypy check test.py commands, comparing the first and second checks. Trace dmypyβs source-file counting path and identify why standard-library files are included; done means the output for this one-file check reports only the relevant source file, consistently with mypy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100