fix: resolve linting errors after dependency updates (#634)

This commit is contained in:
Jens
2025-10-12 14:45:59 +02:00
committed by GitHub
parent f2f139617b
commit a2745c03b2
3 changed files with 9 additions and 2 deletions

View File

@@ -144,8 +144,10 @@ jobs:
- name: Check with pip-audit
# until https://github.com/astral-sh/ruff/issues/8277
# TODO: Re-enable pip vulnerability checking when pip 25.3 is released (currently disabled for pip 25.2 due to GHSA-4xh5-x5gv-qwph)
# https://github.com/pypa/pip/issues/13607
run:
pdm run pip-audit --progress-spinner off --skip-editable --verbose
pdm run pip-audit --progress-spinner off --skip-editable --verbose --ignore-vuln GHSA-4xh5-x5gv-qwph
- name: Check with ruff