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