mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v0.15.0
This commit is contained in:
parent
3c88531d79
commit
416c0756b6
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
0.15.0
|
||||
======
|
||||
- Add `types` and `exclude_types` for filtering files. These options take
|
||||
an array of "tags" identified for each file. The tags are sourced from
|
||||
[identify](https://github.com/chriskuehl/identify). One can list the tags
|
||||
for a file by running `identify-cli filename`.
|
||||
- `files` is now optional (defaulting to `''`)
|
||||
- `always_run` + missing `files` also defaults to `files: ''` (previously it
|
||||
defaulted to `'^$'` (this reverses e150921c).
|
||||
|
||||
0.14.3
|
||||
======
|
||||
- Expose `--origin` and `--source` as `PRE_COMMIT_ORIGIN` and
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.14.3',
|
||||
version='0.15.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue