Good First Issues
for official python repositories
2368 issues scanned, 31 good first issues found
python/mypy
13.9K
Test and document `MYPY_FORCE_COLOR`/`FORCE_COLOR`
10/4/2022
featuredocumentationgood-first-issuetopic-teststopic-configuration
no error when setting `init=False` on `Final` field in dataclass
7/14/2022
featurepriority-2-lowgood-first-issuetopic-finaltopic-dataclasses
False negative when accessing annotated class attributes
7/11/2022
buggood-first-issuetopic-runtime-semanticstopic-descriptorstopic-variable-scope
stubgen: import `Union` if generated stub code includes
6/2/2022
featuregood-first-issuetopic-stubgen
Stubgen skips "vendor" directory
10/15/2020
buggood-first-issuetopic-stubgen
mypy Type error for a class with an imported metaclass
7/21/2020
bugpriority-1-normalgood-first-issuefalse-positivetopic-metaclasses
class with __setattr__ reports properties are read-only
7/16/2020
bugpriority-1-normalgood-first-issuefalse-positive
Generate better error message for incompatible **kwargs
5/22/2020
priority-1-normaltopic-usabilitygood-first-issuetopic-calls
Bad error message: mypy reports 'Name is not defined' when using an object member as super class of another class
3/30/2020
priority-2-lowgood-first-issue
Better error location for incompatible override due to argument incompatibility
1/16/2020
featurepriority-1-normaltopic-usabilitygood-first-issuetopic-inheritancetopic-error-reporting
Recognize platform.system() as well as sys.platform is
12/17/2019
featurepriority-1-normalgood-first-issuetopic-runtime-semantics
Better message if override violates Liskov substitution principle
11/21/2019
documentationpriority-1-normaltopic-usabilitygood-first-issue
Improve documentation - cannot locate mypy.ini nor setup.cfg files
11/16/2019
documentationpriority-1-normalgood-first-issue
TypeVars should be allowed to be the same
11/4/2019
documentationpriority-0-highgood-first-issue
PEP 572: Test interaction with `--allow-redefinition`
8/10/2019
good-first-issuetopic-teststopic-pep-572
Verbose diagnostics can be improved
3/14/2019
priority-1-normaltopic-usabilitygood-first-issue
mypy does not recognize __qualname__
2/24/2019
bugpriority-1-normalgood-first-issuefalse-positivetopic-runtime-semantics
'in' operator rejected with union right operand
4/23/2018
bugpriority-1-normaltopic-union-typesgood-first-issuefalse-positive
Docs: confirm that use of None-typed function return value is disallowed
4/23/2017
documentationtopic-usabilitygood-first-issue
Document or explain "<nothing>"
3/19/2017
documentationpriority-1-normaltopic-usabilitygood-first-issue
For incompatible attribute assignment, show class that defines attribute
11/28/2016
featurepriority-1-normaltopic-usabilitygood-first-issue
Improve googleability by using real error messages in documentation
11/3/2016
documentationtopic-usabilitygood-first-issue
Document why having a union return type is often a problem
6/10/2016
documentationpriority-1-normaltopic-union-typesgood-first-issue
Add a TypeVar / generic function example to cheat sheet
6/6/2016
documentationpriority-1-normalgood-first-issue
Invalid Python in test cases
5/18/2015
bugpriority-1-normalgood-first-issuetopic-tests