Change mypy website url

This commit is contained in:
Ayaz Salikhov
2023-07-04 18:10:12 +04:00
parent d71917f3c0
commit 0b8b444cf1

View File

@@ -1,7 +1,7 @@
# Mypy is an optional static type checker for Python that aims to combine # Mypy is an optional static type checker for Python that aims to combine
# the benefits of dynamic (or "duck") typing and static typing. # the benefits of dynamic (or "duck") typing and static typing.
# #
# Documentation: http://www.mypy-lang.org # Documentation: https://www.mypy-lang.org
# Project: https://github.com/python/mypy # Project: https://github.com/python/mypy
# Config reference: https://mypy.readthedocs.io/en/stable/config_file.html # Config reference: https://mypy.readthedocs.io/en/stable/config_file.html
# #