Skip to content

Commit

Permalink
Add all back to mypy, add audit
Browse files Browse the repository at this point in the history
  • Loading branch information
djspstfc committed Jul 18, 2024
1 parent 7f15b54 commit b3b775c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/esgf-playground-utils-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
cd esgf-playground-utils
pip install poetry
poetry install --only mypy
poetry install
poetry run mypy .
- name: Run bandit
run: |
Expand All @@ -45,4 +45,10 @@ jobs:
cd esgf-playground-utils
pip install poetry
poetry install --only ruff
poetry run ruff check
poetry run ruff check
- name: Run audit
run: |
cd esgf-playground-utils
pip install poetry
poetry self add poetry-audit-plugin
poetry audit
2 changes: 1 addition & 1 deletion esgf-playground-utils/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion esgf-playground-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ black = "^24.4.2"

[tool.poetry.group.mypy.dependencies]
mypy = "^1.10.1"
pydantic = "^2.8.2"


[tool.poetry.group.bandit.dependencies]
Expand Down

0 comments on commit b3b775c

Please sign in to comment.