We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a4104 commit fbc9970Copy full SHA for fbc9970
1 file changed
.github/workflows/pytest.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Test with pytest
24
run: |
25
pytest
26
- - name: Analysing the code with pylint
27
- run: |
28
- pylint $(git ls-files '*.py')
+# - name: Analysing the code with pylint
+# run: |
+# pylint $(git ls-files '*.py')
0 commit comments