Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88531 commit 416c075Copy full SHA for 416c075
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+0.15.0
2
+======
3
+- Add `types` and `exclude_types` for filtering files. These options take
4
+ an array of "tags" identified for each file. The tags are sourced from
5
+ [identify](https://github.com/chriskuehl/identify). One can list the tags
6
+ for a file by running `identify-cli filename`.
7
+- `files` is now optional (defaulting to `''`)
8
+- `always_run` + missing `files` also defaults to `files: ''` (previously it
9
+ defaulted to `'^$'` (this reverses e150921c).
10
+
11
0.14.3
12
======
13
- Expose `--origin` and `--source` as `PRE_COMMIT_ORIGIN` and
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='0.14.3',
+ version='0.15.0',
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments