Skip to content

Commit

Permalink
Ignore PEP8 error caused by temperamental comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
emileferreira committed Jan 26, 2024
1 parent a804225 commit fa9ddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
arguments: >-
--exclude=.svn,CVS,.bzr,.hg,.git,zzantlr
--ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,W191,E101,E128
--ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,W191,E101,E128,E712

0 comments on commit fa9ddbb

Please sign in to comment.