File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1341.3.0
235=====
336
Original file line number Diff line number Diff line change 99 'hooks.'
1010 ),
1111 url = 'https://github.com/pre-commit/pre-commit' ,
12- version = '1.3 .0' ,
12+ version = '1.4 .0' ,
1313
1414 author = 'Anthony Sottile' ,
1515
You can’t perform that action at this time.
0 commit comments