Skip to content

Commit

Permalink
Merge pull request #29 from tonybaloney/pre-commit-hooks
Browse files Browse the repository at this point in the history
Add pre-commit hook
  • Loading branch information
tonybaloney authored May 12, 2022
2 parents 9310481 + 408c9c4 commit 4bf47e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: perflint
name: perflint
description: '`perflint` is a command-line utility for checking performance anti-patterns.'
entry: perflint
language: python
types: [python]
require_serial: true

0 comments on commit 4bf47e0

Please sign in to comment.