From 0b8b444cf114a8fa2e65ab6e4cc13d328352649b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 4 Jul 2023 18:10:12 +0400 Subject: [PATCH] Change mypy website url --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 4373ba9a..f35b2e18 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,7 @@ # Mypy is an optional static type checker for Python that aims to combine # 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 # Config reference: https://mypy.readthedocs.io/en/stable/config_file.html #