Commit dc6b9ee 1 parent 311eddf commit dc6b9ee Copy full SHA for dc6b9ee
File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.0
2
+ =====
3
+
4
+ ### Features
5
+ - Lazily install repositories.
6
+ - When running ` pre-commit run <hookid> ` , pre-commit will only install
7
+ the necessary repositories.
8
+ - #637 issue by @webknjaz .
9
+ - #639 PR by @asottile .
10
+ - Version defaulting now applies to local hooks as well.
11
+ - This extends #556 to apply to local hooks.
12
+ - #646 PR by @asottile .
13
+ - Add new ` repo: meta ` hooks.
14
+ - ` meta ` hooks expose some linters of the pre-commit configuration itself.
15
+ - ` id: check-useless-excludes ` : ensures that ` exclude ` directives actually
16
+ apply to * any* file in the repository.
17
+ - ` id: check-hooks-apply ` : ensures that the configured hooks apply to
18
+ at least one file in the repository.
19
+ - pre-commit/pre-commit-hooks #63 issue by @asottile .
20
+ - #405 issue by @asottile .
21
+ - #643 PR by @hackedd .
22
+ - #653 PR by @asottile .
23
+ - #654 PR by @asottile .
24
+ - Allow a specific repository to be autoupdated instead of all repositories.
25
+ - ` pre-commit autoupdate --repo ... `
26
+ - #656 issue by @KevinHock .
27
+ - #657 PR by @KevinHock .
28
+
29
+ ### Fixes
30
+ - Apply selinux labelling option to docker volumes
31
+ - #642 PR by @jimmidyson .
32
+
33
+
1
34
1.3.0
2
35
=====
3
36
Original file line number Diff line number Diff line change 9
9
'hooks.'
10
10
),
11
11
url = 'https://github.com/pre-commit/pre-commit' ,
12
- version = '1.3 .0' ,
12
+ version = '1.4 .0' ,
13
13
14
14
author = 'Anthony Sottile' ,
15
15
You can’t perform that action at this time.
0 commit comments