Skip to content

Commit

Permalink
full pep8 compliance. with thanks to Emile Ferreira for starting this…
Browse files Browse the repository at this point in the history
… path
  • Loading branch information
gailweiss committed Sep 16, 2024
1 parent 24d30f0 commit 61dde62
Show file tree
Hide file tree
Showing 12 changed files with 3,049 additions and 3,023 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install antlr4-python3-runtime==4.9.1
pip3 install termcolor
- name: Run all the Python tests
run: python3 tests/test_all.py
pep8:
Expand All @@ -29,4 +30,3 @@ 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
Loading

0 comments on commit 61dde62

Please sign in to comment.