diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c396173a3298591234c41c7f8feedefad0322d5..e91a45ce78a77e01b7eab1fd7ea3a3cf6e750fc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ - id: check-yaml - id: check-merge-conflict - id: flake8 -- repo: https://www.shore.co.il/git/shell-pre-commit +- repo: https://github.com/adarnimrod/shell-pre-commit sha: e48c7fbdadf14a548dcbda32895b67f90fa0f12b hooks: - id: shell-lint diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..a304f5e21f7bc178799b0e64c90441bffcf3b5da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +--- +language: python +python: "2.7" +dist: trusty +sudo: false + +install: + - pip install pre_commit + +script: + - pre-commit run --all-files