You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ poetry audit
# poetry audit report
Loading...
Scanning 55 packages...
• black installed 24.2.0 affected <24.3.0 CVE CVE-2024-21503
1 vulnerabilities found in 1 packages
However, the pre-commit hook does not:
$ pre-commit run poetry-audit --all-files
poetry-audit.............................................................Failed
- hook id: poetry-audit
- exit code: 1
No arguments expected for "audit" command, got "src/somepackage/run_web_server.py"
No arguments expected for "audit" command, got "src/somepackage/py.typed"
No arguments expected for "audit" command, got "src/somepackage/models.py"
No arguments expected for "audit" command, got "tests/test_somepackage.py"
No arguments expected for "audit" command, got "somepackage.service"
No arguments expected for "audit" command, got "src/somepackage/crud/binary.py"
No arguments expected for "audit" command, got "src/somepackage/routers/__init__.py"
The plugin works fine
However, the pre-commit hook does not:
I have added the hook like this:
The text was updated successfully, but these errors were encountered: