We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9310481 + 408c9c4 commit 4bf47e0Copy full SHA for 4bf47e0
.pre-commit-hooks.yml
@@ -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