@@ -38,7 +38,7 @@ By default, mypy treats an annotation of ``bytes`` as permitting ``bytearray`` a
3838[ PEP 688] ( https://peps.python.org/pep-0688 ) specified the removal of this special case.
3939Use this flag to disable this behavior. ` --strict-bytes ` will be enabled by default in ** mypy 2.0** .
4040
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
4242Shantanu Jain (PR [ 13952] ( https://github.com/python/mypy/pull/13952 ) ).
4343
4444### 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
4848explicit annotation of a variable.
4949
5050Contributed 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 ) ).
5252
5353(Speaking of partial types, another reminder that mypy plans on enabling ` --local-partial-types `
5454by default in ** mypy 2.0** ).
@@ -61,7 +61,7 @@ configuration files. See the
6161for more details.
6262
6363Contributed 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 ) )
6565
6666### Better line numbers for decorators and slice expressions
6767
0 commit comments