Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcd72fe

Browse filesBrowse 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
Copy full SHA for fcd72fe

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/lint.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.