summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-19 00:56:40 -0700
committerGitHub <noreply@github.com>2019-03-19 00:56:40 -0700
commitb532f31be4f4f027bce29fcef3c7952bc0e04b50 (patch)
tree7e46157147ff11d644aae611c12cf1b055fdf6dd
parentf76f312abc804fc6bbd2dddf76a11581dda4cb32 (diff)
parent007c020a0d8dd4db1387bbb9a0f9413a2a601cc8 (diff)
downloadisort-b532f31be4f4f027bce29fcef3c7952bc0e04b50.tar.gz
Merge pull request #906 from gurunath-p/patch-1
Add .pre-commit-hooks.yaml to ensure use with pre-commit
-rw-r--r--.pre-commit-hooks.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
new file mode 100644
index 00000000..a1e93af5
--- /dev/null
+++ b/.pre-commit-hooks.yaml
@@ -0,0 +1,6 @@
+- id: isort
+ name: isort
+ entry: isort
+ require_serial: true
+ additional_dependencies: []
+ language: python