Skip to content

Commit 4ff12cc

Browse files
Add pre-commit pip audit (#211)
* Super-Linter: Validate all code base * Add pre-commit hook `pip-audit` * Update .pre-commit-config.yaml * style: format code with Black, isort, Prettier and Ruff Formatter This commit fixes the style issues introduced in 3ae8795 according to the output from Black, isort, Prettier and Ruff Formatter. Details: #211 * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml --------- Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent 565c031 commit 4ff12cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)