mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
v0.15.0
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user