Skip to content

Commit

Permalink
add simple pre-commit hook. anyone needing additional args can overri…
Browse files Browse the repository at this point in the history
…de from their .pre-commit-config.yaml file
  • Loading branch information
samuelmahr committed Apr 3, 2024
1 parent 1fdcb56 commit d110f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: poetry-audit
name: poetry-audit
description: run poetry audit to check vulnerabilities in package
entry: poetry audit
language: python
language_version: python3

0 comments on commit d110f48

Please sign in to comment.