Skip to content

Commit

Permalink
more options for print lab CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
JLoveUOA committed Sep 11, 2024
1 parent bbb9401 commit 1bbaabd
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 428 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Black - check code formatting
run: poetry run python -m black --check --diff .

# - name: pytest - run the tests
# run: poetry run python -m pytest -v --cov=src/ tests/
- name: pytest - run the tests
run: poetry run python -m pytest -v --cov=src/ tests/

- name: pylint - static code analysis
run: poetry run python -m pylint --rcfile .pylintrc src/
Expand Down
Loading

0 comments on commit 1bbaabd

Please sign in to comment.