There was an error while loading. Please reload this page.
2 parents 1a0f84a + 4baa8a5 commit 17f1ec8Copy full SHA for 17f1ec8
2 files changed
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
python-version: ${{ matrix.python-version }}
100
- name: check
101
run: |
102
- poetry run pip-audit
+ poetry run pip-audit --ignore-vuln GHSA-xm59-rqc7-hhvf # not yet fixed, dev dependency
103
104
doctest:
105
name: "🧪 Run Doctests"
Makefile
@@ -31,7 +31,7 @@ typecheck: ## Typecheck source files
31
32
.PHONY: audit
33
audit: ## Audit project dependencies
34
35
36
.PHONY: check
37
check: ## Run all checks
0 commit comments