Skip to content

Commit fe79bd9

Browse files
Remove vulnerability ignore
1 parent 57c8aa7 commit fe79bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ repos:
2424
types: ["python"]
2525
- id: pip-audit
2626
name: pip-audit
27-
entry: pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
27+
entry: pipenv run pip-audit
2828
language: system
2929
pass_filenames: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
5151
pipenv run ruff check .
5252

5353
safety: # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
54-
pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
54+
pipenv run pip-audit
5555
pipenv verify
5656

5757
lint-apply: black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'

0 commit comments

Comments
 (0)