mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
v0.9.0
This commit is contained in:
parent
4a457a725e
commit
5dbbd4dd08
4 changed files with 13 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
sha: v0.8.0
|
||||
sha: v0.9.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
|
|
|||
10
CHANGELOG
10
CHANGELOG
|
|
@ -1,3 +1,13 @@
|
|||
0.9.0
|
||||
=====
|
||||
- Add `sort-simple-yaml` hook
|
||||
- Fix `requirements-txt-fixer` for empty files
|
||||
- Add `file-contents-sorter` hook for sorting flat files
|
||||
- `check-merge-conflict` now recognizes rebase conflicts
|
||||
- Metadata now uses `types` (and therefore requires pre-commit 0.15.0). This
|
||||
allows the text processing hooks to match *all* text files (and to match
|
||||
files which would only be classifiable by their shebangs).
|
||||
|
||||
0.8.0
|
||||
=====
|
||||
- Add flag allowing missing keys to `detect-aws-credentials`
|
||||
|
|
|
|||
|
|
@ -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.8.0 # Use the ref you want to point at
|
||||
sha: v0.9.0 # Use the ref you want to point at
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
# - id: ...
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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.8.0',
|
||||
version='0.9.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue