File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2424 pip install -r requirements.txt
2525 - name : Type checking with mypy
2626 run : |
27- mypy --config-file mypy.ini $(git ls-files '*.py' | grep -v write_tags.py)
27+ mypy --config-file mypy.ini $(git ls-files '*.py' | grep -v write_tags.py | grep -v 'open_print_tag/' )
Original file line number Diff line number Diff line change 2121 pip install -r requirements.txt
2222 - name : Analysing the code with pylint
2323 run : |
24- pylint --disable W0511 $(git ls-files '*.py')
24+ pylint --disable W0511 $(git ls-files '*.py' | grep -v 'open_print_tag/' )
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ ignore_missing_imports = True
3232[mypy-requests.*]
3333ignore_missing_imports = True
3434
35+ [mypy-pn5180_tagomatic.*]
36+ ignore_missing_imports = True
37+
3538[mypy-record]
3639ignore_missing_imports = True
3740
You can’t perform that action at this time.
0 commit comments