Skip to content

Commit

Permalink
redoing ignore without updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anwilkie committed Oct 22, 2024
1 parent 47e0cfb commit eaaf7d0
Showing 1 changed file with 2 additions and 2 deletions.
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 (currently on v4.0.1)
# 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

0 comments on commit eaaf7d0

Please sign in to comment.