Skip to content

Commit f5f0c81

Browse files
committed
fixup flake
1 parent ddb4ba9 commit f5f0c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: External lint
5555
if: github.event.pull_request.head.repo.full_name != github.repository
5656
run: |
57-
flake8 $GITHUB_WORKSPACE/panda/python/core/pandare/
57+
flake8 $GITHUB_WORKSPACE/panda/python/core/pandare/ --count --select=E9,F63,F7,F82 --show-source --statistics
5858
5959
6060
# test_installer: # test install_ubuntu.sh

0 commit comments

Comments
 (0)