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 918f439 commit 8f6b7c8Copy full SHA for 8f6b7c8
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
#----------------------------------------------
35
- run: python -m pip install black flake8 isort
36
- run: |
37
- flake8 ./investing_algorithm_framework --exclude="investing_algorithm_framework/domain/utils/backtesting.py"
+ flake8 ./investing_algorithm_framework
38
test:
39
needs: linting
40
strategy:
0 commit comments