Skip to content

Commit

Permalink
#19 Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 7, 2024
1 parent 59bc997 commit 5278bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: python3 -m pip install --upgrade pip

- name: pip install python packages for testing
# run: pip install black pylint mypy
run: pip install black

- name: black testing
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
run: python3 -m pip install --upgrade pip

- name: pip install mypy
# run: pip install black pylint mypy
run: pip install mypy pytest orjson

- name: mypy testing
#run: mypy --strict $(git ls-files '*.py' ':!:docs/source/*')
run: |
# shellcheck disable=SC2046
mypy --strict $(git ls-files '*.py' ':!:docs/source/*' ':!:tools/*')
mypy --strict $(git ls-files '*.py' ':!:docs/source/*')

0 comments on commit 5278bac

Please sign in to comment.