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 ae4a795 commit c320012Copy full SHA for c320012
.github/workflows/ci.yml
@@ -39,5 +39,5 @@ jobs:
39
40
- name: Run pylint
41
run: |
42
- pylint $(git ls-files '*.py') --disable=all --enable=missing-docstring
43
- exclude: ^examples/
+ pylint $(git ls-files '*.py' | grep -v '^examples/') --disable=all --enable=missing-docstring
+
0 commit comments