├── LICENSE.txt ├── README.md ├── hooks.yaml ├── pre-commit ├── prepare-commit-msg └── requirements.txt /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwerbin/dotbot-autobot/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwerbin/dotbot-autobot/HEAD/README.md -------------------------------------------------------------------------------- /hooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwerbin/dotbot-autobot/HEAD/hooks.yaml -------------------------------------------------------------------------------- /pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwerbin/dotbot-autobot/HEAD/pre-commit -------------------------------------------------------------------------------- /prepare-commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwerbin/dotbot-autobot/HEAD/prepare-commit-msg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pygit2==0.21.1 2 | pyyaml 3 | unidiff 4 | --------------------------------------------------------------------------------