We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034cde3 commit fcd72feCopy full SHA for fcd72fe
.github/workflows/lint.yml
@@ -39,5 +39,5 @@ jobs:
39
run: tox -e mypy
40
- name: Run isort import order checker (https://pycqa.github.io/isort/)
41
run: tox -e isort -- --check
42
- - name: Run pylint Python code static checker (https://www.pylint.org/)
+ - name: Run pylint Python code static checker (https://github.com/PyCQA/pylint)
43
run: tox -e pylint
0 commit comments