summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
authorPedro Algarvio <pedro@algarvio.me>2019-07-15 13:14:20 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-07-16 09:36:43 +0200
commit48330429666f5d5591b12c6a034542d622c335d4 (patch)
tree93cda51e215e48ae11136d184d2e44e30b46b6e3 /.pre-commit-hooks.yaml
parent0a6b0c54a042d8f9156ed4077951dfbd67ecdbb5 (diff)
downloadpylint-git-48330429666f5d5591b12c6a034542d622c335d4.tar.gz
Start hosting `.pre-commit-hooks.yaml`. Refs #2692
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
new file mode 100644
index 000000000..bf6652a7c
--- /dev/null
+++ b/.pre-commit-hooks.yaml
@@ -0,0 +1,7 @@
+- id: pylint
+ name: pylint
+ entry: pylint
+ language: python
+ 'types': [python]
+ args: []
+ additional_dependencies: []