Skip to content

Commit 642dfd3

Browse files
authored
Update python-package.yml
1 parent 3e69bb4 commit 642dfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Lint with pylint
3838
run: |
39-
pylint -E .
39+
pylint -E tmDiff
4040
- name: Test with pytest
4141
run: |
4242
pytest

0 commit comments

Comments
 (0)