We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9310481 commit 408c9c4Copy full SHA for 408c9c4
.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