Skip to content

Commit c5263bf

Browse files
committed
Limit scope of flake8 workflow to main library, not setup.py
1 parent b696d81 commit c5263bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
3232
set -o pipefail
33-
flake8 | \
33+
flake8 --max-line-length 88 cycler | \
3434
reviewdog -f=pep8 -name=flake8 \
3535
-tee -reporter=github-check -filter-mode nofilter

0 commit comments

Comments
 (0)