summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:15:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:15:50 +0200
commit40fd5cbed3346a5281943d46e38b5446bf56f883 (patch)
tree86bbf2eb26fd13c69703fc450578796fa34dc056 /.pre-commit-config.yaml
parentf9868b66c2bfca0d5c93ca2338caf9e0cbb29fac (diff)
downloadpylint-git-40fd5cbed3346a5281943d46e38b5446bf56f883.tar.gz
Add the precommit configuration
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 000000000..6eec9545f
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,12 @@
+repos:
+- repo: https://github.com/ambv/black
+ rev: 18.6b4
+ hooks:
+ - id: black
+ args: [--safe, --quiet]
+ python_version: python3.6
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v1.2.3
+ hooks:
+ - id: trailing-whitespace
+ - id: end-of-file-fixer