We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c8aa7 commit fe79bd9Copy full SHA for fe79bd9
.pre-commit-config.yaml
@@ -24,6 +24,6 @@ repos:
24
types: ["python"]
25
- id: pip-audit
26
name: pip-audit
27
- entry: pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
+ entry: pipenv run pip-audit
28
language: system
29
pass_filenames: false
Makefile
@@ -51,7 +51,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
51
pipenv run ruff check .
52
53
safety: # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
54
- pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
+ pipenv run pip-audit
55
pipenv verify
56
57
lint-apply: black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
0 commit comments