Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ignore #340

Merged
merged 5 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build-kubernetes:
docker build -f _infra/docker/Dockerfile .

lint:
# remove -i 70624 once flask-cors is updated beyond v4.0.1 to solve vulnerability
# remove -i 70624 and -i 72731 once flask-cors is updated beyond v5.0.0 to solve vulnerability
# remove -i 70612 once jinja2 is updated beyond v3.1.4 to solve vulnerability
pipenv check ./application ./tests -i 70612 -i 70624
pipenv check ./application ./tests -i 70612 -i 70624 -i 72731
pipenv run isort .
pipenv run black --line-length 120 .
pipenv run flake8 ./application ./tests
Expand Down
Loading
Loading