diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dacf896..30f72b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,6 @@ repos: types: ["python"] - id: pip-audit name: pip-audit - entry: pipenv run pip-audit + entry: pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph language: system pass_filenames: false \ No newline at end of file diff --git a/Makefile b/Makefile index cd1a550..51299a3 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ruff: # Run 'ruff' linter and print a preview of errors pipenv run ruff check . safety: # Check for security vulnerabilities and verify Pipfile.lock is up-to-date - pipenv run pip-audit + pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph pipenv verify lint-apply: black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff' diff --git a/tim/config.py b/tim/config.py index 0d25e60..0a3be9d 100644 --- a/tim/config.py +++ b/tim/config.py @@ -17,8 +17,9 @@ "dspace", "gismit", "gisogm", - "libguides", "jpal", + "libguides", + "mitlibwebsite", "researchdatabases", "whoas", "zenodo",