File tree Expand file tree Collapse file tree 3 files changed +4
-97
lines changed Expand file tree Collapse file tree 3 files changed +4
-97
lines changed Original file line number Diff line number Diff line change 6464 python-version : ${{ matrix.python-version }}
6565 - name : Display Python version
6666 run : python -c "import sys; print(sys.version)"
67+ - name : Install pycodestyle
68+ run : pip install pycodestyle
69+ - name : Run pycodestyle
70+ run : pycodestyle . --exclude=docs
6771 - name : Setup castxml for Linux
6872 if : matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml'
6973 run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6060from . import gccxml10185_tester
6161from . import inline_specifier_tester
6262from . import test_create_decl_string
63- from . import pep8_tester
6463from . import example_tester
6564from . import test_utils
6665from . import test_va_list_tag_removal
9089from . import test_ccflags
9190
9291testers = [
93- pep8_tester ,
9492 decl_string_tester ,
9593 declaration_files_tester ,
9694 declarations_comparison_tester ,
You can’t perform that action at this time.
0 commit comments