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.
2 parents 03a4eef + 4378a4d commit 1d83693Copy full SHA for 1d83693
.github/workflows/libraries_compile-examples.yml
@@ -34,8 +34,8 @@ jobs:
34
run: |
35
pip install --quiet flake8
36
pip install --quiet pep8-naming
37
- flake8 --show-source "$GITHUB_WORKSPACE/libraries/compile-examples/compilesketches"
38
- flake8 --show-source "$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends"
+ flake8 --config "$GITHUB_WORKSPACE/libraries/compile-examples/compilesketches/.flake8" --show-source "$GITHUB_WORKSPACE/libraries/compile-examples/compilesketches"
+ flake8 --config "$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends/.flake8" --show-source "$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends"
39
40
- name: Run Python unit tests
41
0 commit comments