Skip to content

Commit 2bf05ad

Browse files
committed
.github/workflows: ...
1 parent 897b41b commit 2bf05ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Lint with flake8
3939
run: |
4040
# stop the build if there are Python syntax errors or undefined names
41-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
41+
flake8 talib --count --select=E9,F63,F7,F82 --show-source --statistics
4242
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
43-
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
43+
#flake8 talib --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4444
4545
- name: Test with pytest
4646
run: |

0 commit comments

Comments
 (0)