Skip to content

Commit c6ffeac

Browse files
Exclude expected failure from flake8 CI.
1 parent 3b0a1e9 commit c6ffeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python -m pip install flake8
2525
- name: Run flake8
2626
run: |
27-
python -m flake8
27+
python -m flake8 --exclude=stage6.0_branded_application/* .

0 commit comments

Comments
 (0)