Skip to content

Commit 8f6b7c8

Browse files
committed
Update flake8 execution
1 parent 918f439 commit 8f6b7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
#----------------------------------------------
3535
- run: python -m pip install black flake8 isort
3636
- run: |
37-
flake8 ./investing_algorithm_framework --exclude="investing_algorithm_framework/domain/utils/backtesting.py"
37+
flake8 ./investing_algorithm_framework
3838
test:
3939
needs: linting
4040
strategy:

0 commit comments

Comments
 (0)