File tree Expand file tree Collapse file tree 5 files changed +1010
-762
lines changed
Expand file tree Collapse file tree 5 files changed +1010
-762
lines changed Original file line number Diff line number Diff line change 2222 language : system
2323 pass_filenames : true
2424 types : ["python"]
25- - id : safety
26- name : safety
27- entry : pipenv check
25+ - id : pip-audit
26+ name : pip-audit
27+ entry : pipenv run pip-audit
2828 language : system
2929 pass_filenames : false
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
4545 pipenv run ruff check .
4646
4747safety : # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
48- pipenv check
48+ pipenv run pip-audit
4949 pipenv verify
5050
5151lint-apply : black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ pytest = "*"
3030ruff = " *"
3131setuptools = " *"
3232pandas-stubs = " *"
33+ pip-audit = " *"
3334
3435[requires ]
3536python_version = " 3.12"
You can’t perform that action at this time.
0 commit comments