File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4141 path : .venv
4242 key : ${{ steps.restore-nipanel.outputs.cache-primary-key }}
4343 - name : Lint
44- run : poetry run ni-python-styleguide lint
44+ run : poetry run ni-python-styleguide lint ./src/nipanel ./tests ./examples
4545 - name : Mypy static analysis (Linux)
4646 run : poetry run mypy
4747 - name : Mypy static analysis (Windows)
Original file line number Diff line number Diff line change 1+ """Placeholder example for the package."""
Original file line number Diff line number Diff line change 1- """gRPC stubs for NI PythonPanel."""
1+ """gRPC stubs for NI PythonPanel."""
Original file line number Diff line number Diff line change 1- """gRPC client for PythonPanel."""
1+ """gRPC client for PythonPanel."""
Original file line number Diff line number Diff line change 1- """NI Panel"""
1+ """The NI Panel. """
Original file line number Diff line number Diff line change 1- """Acceptance tests for the project."""
1+ """Acceptance tests for the project."""
Original file line number Diff line number Diff line change 1- """Integration tests for the package."""
1+ """Integration tests for the package."""
Original file line number Diff line number Diff line change 1- """Unit tests for the package."""
1+ """Unit tests for the package."""
You can’t perform that action at this time.
0 commit comments