Skip to content

Commit

Permalink
Exclude ANTLR directory from PEP8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
emileferreira committed Jan 26, 2024
1 parent 372abe2 commit 118335e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
- name: 'Run PEP8 check'
uses: quentinguidee/pep8-action@v1
with:
arguments: '--ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,W191,E101,E128'
arguments: >-
--exclude=.svn,CVS,.bzr,.hg,.git,zzantlr
--ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,W191,E101,E128

0 comments on commit 118335e

Please sign in to comment.