We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897b41b commit 2bf05adCopy full SHA for 2bf05ad
.github/workflows/tests.yml
@@ -38,9 +38,9 @@ jobs:
38
- name: Lint with flake8
39
run: |
40
# stop the build if there are Python syntax errors or undefined names
41
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 talib --count --select=E9,F63,F7,F82 --show-source --statistics
42
# 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
+ #flake8 talib --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
45
- name: Test with pytest
46
0 commit comments