@@ -26,7 +26,7 @@ By default, mypy treats an annotation of ``bytes`` as permitting ``bytearray`` a
26
26
[ PEP 688] ( https://peps.python.org/pep-0688 ) specified the removal of this special case.
27
27
Use this flag to disable this behavior. ` --strict-bytes ` will be enabled by default in ** mypy 2.0** .
28
28
29
- Contributed by Ali Hamdan (PR [ 18137 ] ( https://github.com/python/mypy/pull/18263/ ) ) and
29
+ Contributed by Ali Hamdan (PR [ 18263 ] ( https://github.com/python/mypy/pull/18263 ) ) and
30
30
Shantanu Jain (PR [ 13952] ( https://github.com/python/mypy/pull/13952 ) ).
31
31
32
32
### Improvements to reachability analysis and partial type handling in loops
@@ -36,7 +36,7 @@ issues it previously did not detect. In some cases, this change may require use
36
36
explicit annotation of a variable.
37
37
38
38
Contributed by Christoph Tyralla (PR [ 18180] ( https://github.com/python/mypy/pull/18180 ) ,
39
- [ PR ] ( https://github.com/python/mypy/pull/18433 ) ).
39
+ PR [ 18433 ] ( https://github.com/python/mypy/pull/18433 ) ).
40
40
41
41
(Speaking of partial types, another reminder that mypy plans on enabling ` --local-partial-types `
42
42
by default in ** mypy 2.0** ).
@@ -49,7 +49,7 @@ configuration files. See the
49
49
for more details.
50
50
51
51
Contributed by Mikhail Shiryaev and Shantanu Jain
52
- (PR [ 16965] ( https://github.com/python/mypy/pull/16965 ) , PR [ 18482] ( https://github.com/python/mypy/pull/18482 )
52
+ (PR [ 16965] ( https://github.com/python/mypy/pull/16965 ) , PR [ 18482] ( https://github.com/python/mypy/pull/18482 ) )
53
53
54
54
### Better line numbers for decorators and slice expressions
55
55
0 commit comments