Skip to content

Commit

Permalink
Isolate flake8 in CI from the triggering repo's config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 22, 2023
1 parent 6bcc0f4 commit df10c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-create-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Run Flake8
working-directory: ${{ steps.create.outputs.project-path }}
run: flake8 --select=E
run: flake8 --isolated --select=E --max-line-length 119

- name: Run Black
working-directory: ${{ steps.create.outputs.project-path }}
Expand Down

0 comments on commit df10c27

Please sign in to comment.