Skip to content

Commit be8c19a

Browse files
committed
Make flake8 only run on app code
1 parent d0829c8 commit be8c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Lint with flake8
3636
if: always()
3737
run: |
38-
flake8 --count --show-source --statistics .
38+
flake8 --count --show-source --statistics constraint_based_simulator main.py
3939
4040
- name: Analysing the code with pylint
4141
if: always()

0 commit comments

Comments
 (0)