We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb4ba9 commit f5f0c81Copy full SHA for f5f0c81
.github/workflows/parallel_tests.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: External lint
55
if: github.event.pull_request.head.repo.full_name != github.repository
56
run: |
57
- flake8 $GITHUB_WORKSPACE/panda/python/core/pandare/
+ flake8 $GITHUB_WORKSPACE/panda/python/core/pandare/ --count --select=E9,F63,F7,F82 --show-source --statistics
58
59
60
# test_installer: # test install_ubuntu.sh
0 commit comments