summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCosmo <cosmo@cosmo.red>2022-10-28 16:09:46 -0400
committerGitHub <noreply@github.com>2022-10-28 22:09:46 +0200
commit7bd847008ed5668ff331f95f4770ddce5acd5d17 (patch)
tree38e26c970aa8f0790092c52219134ae0b3350af8 /README.rst
parent7646a1a7d4ac54d36cb4de24a2e0d30b264a342f (diff)
downloadpylint-git-7bd847008ed5668ff331f95f4770ddce5acd5d17.tar.gz
Replace flake8 mirror with upstream repository (#7687)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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