Skip to content

Commit

Permalink
Merge pull request #73 from rmartin16/flake8-config
Browse files Browse the repository at this point in the history
Isolate flake8 in CI from the triggering repo's config
  • Loading branch information
freakboy3742 authored Nov 23, 2023
2 parents 6bcc0f4 + df10c27 commit c9b15cf
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 c9b15cf

Please sign in to comment.