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 be89827 commit 8987fe7Copy full SHA for 8987fe7
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
pip install -r requirements.txt
23
pip install pylint_runner
24
- name: Pylint
25
- run: pylint_runner
+ run: pylint **/*.py
0 commit comments