Skip to content

Commit 4bf47e0

Browse files
authored
Merge pull request #29 from tonybaloney/pre-commit-hooks
Add pre-commit hook
2 parents 9310481 + 408c9c4 commit 4bf47e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: perflint
2+
name: perflint
3+
description: '`perflint` is a command-line utility for checking performance anti-patterns.'
4+
entry: perflint
5+
language: python
6+
types: [python]
7+
require_serial: true

0 commit comments

Comments
 (0)