diff options
author | John L. Villalovos <john@sodarock.com> | 2022-11-09 22:27:03 -0800 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-11-10 08:50:50 +0100 |
commit | fcd72fe243daa0623abfde267c7ab1c6866bcd52 (patch) | |
tree | 31ac3871030a1584a38175f62686e79e235ea765 | |
parent | 034cde31c7017923923be29c3f34783937febc0f (diff) | |
download | gitlab-fcd72fe243daa0623abfde267c7ab1c6866bcd52.tar.gz |
chore: correct website for pylint
Use https://github.com/PyCQA/pylint as the website for pylint.
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 700a1be..d36ae89 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,5 +39,5 @@ jobs: run: tox -e mypy - name: Run isort import order checker (https://pycqa.github.io/isort/) run: tox -e isort -- --check - - name: Run pylint Python code static checker (https://www.pylint.org/) + - name: Run pylint Python code static checker (https://github.com/PyCQA/pylint) run: tox -e pylint |