Skip to content

Commit f11c435

Browse files
committed
Add pre-commit hook pip-audit
1 parent 64943e6 commit f11c435

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ repos:
1616
rev: 25.12.0
1717
hooks:
1818
- id: black
19+
- repo: https://github.com/pypa/pip-audit
20+
rev: v2.10.0
21+
hooks:
22+
- id: pip-audit
1923
- repo: https://github.com/pre-commit/pre-commit-hooks
2024
rev: v6.0.0
2125
hooks:

0 commit comments

Comments
 (0)