Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#205)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.6 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.6...v0.4.7)

* Ignore safety ID 70612

For more information see:
GHSA-f6pv-j8mr-w6rr

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
  • Loading branch information
pre-commit-ci[bot] and CasperWA committed Jun 5, 2024
1 parent 0738346 commit 9deb802
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
run_safety: true
# Ignore ID 44715 for now.
# See this NumPy issue for more information: https://github.com/numpy/numpy/issues/19038
safety_options: --ignore=44715
# ID: 70612
# Package: Jinja2
# Has been disputed by the maintainer and multiple third parties.
# For more information see: https://github.com/advisories/GHSA-f6pv-j8mr-w6rr
safety_options: |
--ignore=44715
--ignore=70612
# Build package
run_build_package: true
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.6
rev: v0.4.7
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 9deb802

Please sign in to comment.