Skip to content

Commit fbc9970

Browse files
committed
skip pylint
1 parent e3a4104 commit fbc9970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Test with pytest
2424
run: |
2525
pytest
26-
- name: Analysing the code with pylint
27-
run: |
28-
pylint $(git ls-files '*.py')
26+
# - name: Analysing the code with pylint
27+
# run: |
28+
# pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)