diff --git a/.pre-commit-hooks.yml b/.pre-commit-hooks.yml new file mode 100644 index 0000000..bcd649b --- /dev/null +++ b/.pre-commit-hooks.yml @@ -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 \ No newline at end of file