chore(backport): include latest changes of v4 (#4159)

This commit is contained in:
Sergio Garcia
2024-06-03 15:36:11 -04:00
committed by GitHub
parent a28a83ac5f
commit cdd37a785f
23 changed files with 304 additions and 175 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
- name: Safety
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run safety check --ignore 67599
poetry run safety check --ignore 67599 --ignore 70612
- name: Vulture
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |