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

v0.8.0

显示 10 个添加3 个删除
+10 -3
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: dc50b7f09c9612624c97e7f11fa346937c37f444
sha: v0.8.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
......
0.8.0
=====
- Add flag allowing missing keys to `detect-aws-credentials`
- Handle django default `tests.py` in `name-tests-test`
- Add `--no-ensure-ascii` option to `pretty-format-json`
- Add `no-commit-to-branch` hook
0.7.1
=====
- Don't false positive on files where trailing whitespace isn't changed.
......
......@@ -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.7.1 # Use the ref you want to point at
sha: v0.8.0 # 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.7.1',
version='0.8.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册