We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4668080 commit 6e45e0fCopy full SHA for 6e45e0f
.github/workflows/pylint.yml
@@ -26,4 +26,4 @@ jobs:
26
pip install pyserial
27
- name: Analysing the code with pylint
28
run: |
29
- pylint $(git ls-files '*.py?')
+ pylint $(git ls-files '*.py')
0 commit comments