Skip to content

Commit

Permalink
Merge pull request #24 from samuelmahr/samuelmahr/add-pre-commit-config
Browse files Browse the repository at this point in the history
feat: add pre-commit hook configuration to be used by other repositories
  • Loading branch information
opeco17 authored Apr 3, 2024
2 parents 1fdcb56 + d110f48 commit 8c0d261
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 8c0d261

Please sign in to comment.