Skip to content

Commit

Permalink
Ignore Jinja safety error, no fix yet
Browse files Browse the repository at this point in the history
  • Loading branch information
allcaps committed Jul 10, 2024
1 parent deb0323 commit 625b079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: python -m pytest --cov-fail-under=90

- name: Verify dependencies
run: python -m safety check
# Jinja, https://data.safetycli.com/v/70612/97c
run: python -m safety check --ignore 70612

- name: Verify code style
run: python -m flake8 -v
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ test: develop
$(PYTHON) -m flake8
$(PYTHON) -m mypy --config mypy.ini mollie/
$(PYTHON) -m pytest
$(PYTHON) -m safety check
# Jinja, https://data.safetycli.com/v/70612/97c
$(PYTHON) -m safety check --ignore 70612


dist/mollie_api_python-*-py3-none-any.whl: virtualenv
Expand Down

0 comments on commit 625b079

Please sign in to comment.