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 154f876 commit 3efac37Copy full SHA for 3efac37
.github/workflows/ci.yml
@@ -45,4 +45,4 @@ jobs:
45
pip install pylint requests cloudflare
46
- name: Analysing the code with pylint
47
run: |
48
- pylint $(git ls-files '*.py')
+ pylint $(git ls-files '*.py' | grep -v '^tests/')
0 commit comments