@@ -26,7 +26,7 @@ By default, mypy treats an annotation of ``bytes`` as permitting ``bytearray`` a
2626[ PEP 688] ( https://peps.python.org/pep-0688 ) specified the removal of this special case.
2727Use this flag to disable this behavior. ` --strict-bytes ` will be enabled by default in ** mypy 2.0** .
2828
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
3030Shantanu Jain (PR [ 13952] ( https://github.com/python/mypy/pull/13952 ) ).
3131
3232### 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
3636explicit annotation of a variable.
3737
3838Contributed 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 ) ).
4040
4141(Speaking of partial types, another reminder that mypy plans on enabling ` --local-partial-types `
4242by default in ** mypy 2.0** ).
@@ -49,7 +49,7 @@ configuration files. See the
4949for more details.
5050
5151Contributed 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 ) )
5353
5454### Better line numbers for decorators and slice expressions
5555
0 commit comments