From 7bd847008ed5668ff331f95f4770ddce5acd5d17 Mon Sep 17 00:00:00 2001 From: Cosmo Date: Fri, 28 Oct 2022 16:09:46 -0400 Subject: Replace flake8 mirror with upstream repository (#7687) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3d99a0965..fd7267a29 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ oriented checks), black_ and isort_ (auto-formatting), autoflake_ (automated rem unused imports or variables), pyupgrade_ (automated upgrade to newer python syntax) and pydocstringformatter_ (automated pep257). -.. _flake8: https://gitlab.com/pycqa/flake8/ +.. _flake8: https://github.com/PyCQA/flake8 .. _bandit: https://github.com/PyCQA/bandit .. _mypy: https://github.com/python/mypy .. _pyright: https://github.com/microsoft/pyright -- cgit v1.2.1