Skip to content

Commit fcd72fe

Browse files
JohnVillalovosnejch
authored andcommitted
chore: correct website for pylint
Use https://github.com/PyCQA/pylint as the website for pylint.
1 parent 034cde3 commit fcd72fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: tox -e mypy
4040
- name: Run isort import order checker (https://pycqa.github.io/isort/)
4141
run: tox -e isort -- --check
42-
- name: Run pylint Python code static checker (https://www.pylint.org/)
42+
- name: Run pylint Python code static checker (https://github.com/PyCQA/pylint)
4343
run: tox -e pylint

0 commit comments

Comments
 (0)