File tree 3 files changed +4
-97
lines changed
3 files changed +4
-97
lines changed Original file line number Diff line number Diff line change 64
64
python-version : ${{ matrix.python-version }}
65
65
- name : Display Python version
66
66
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
67
71
- name : Setup castxml for Linux
68
72
if : matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml'
69
73
run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
from . import gccxml10185_tester
61
61
from . import inline_specifier_tester
62
62
from . import test_create_decl_string
63
- from . import pep8_tester
64
63
from . import example_tester
65
64
from . import test_utils
66
65
from . import test_va_list_tag_removal
90
89
from . import test_ccflags
91
90
92
91
testers = [
93
- pep8_tester ,
94
92
decl_string_tester ,
95
93
declaration_files_tester ,
96
94
declarations_comparison_tester ,
You can’t perform that action at this time.
0 commit comments