File tree Expand file tree Collapse file tree 4 files changed +335
-131
lines changed Expand file tree Collapse file tree 4 files changed +335
-131
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 @@ -44,7 +44,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
4444 pipenv run ruff check .
4545
4646safety : # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
47- pipenv check
47+ pipenv run pip-audit
4848 pipenv verify
4949
5050lint-apply : # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ mypy = "*"
1414pre-commit = " *"
1515pytest = " *"
1616ruff = " *"
17+ pip-audit = " *"
1718
1819[requires ]
1920python_version = " 3.12"
You can’t perform that action at this time.
0 commit comments