summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: []