提交 7192665e 编辑于 作者: Anthony Sottile's avatar Anthony Sottile
浏览文件

v0.9.1

显示 7 个添加3 个删除
+7 -3
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.0
sha: v0.9.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
......
0.9.1
=====
- Add `check-executables-have-shebangs` hook.
0.9.0
=====
- Add `sort-simple-yaml` hook
......
......@@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit
Add this to your `.pre-commit-config.yaml`
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.9.0 # Use the ref you want to point at
sha: v0.9.1 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...
......
......@@ -6,7 +6,7 @@ setup(
name='pre_commit_hooks',
description='Some out-of-the-box hooks for pre-commit.',
url='https://github.com/pre-commit/pre-commit-hooks',
version='0.9.0',
version='0.9.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册