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.3.0
2+ =====
3+
4+ ### Features
5+ - Add ` pre-commit try-repo ` commands
6+ - The new ` try-repo ` takes a repo and will run the hooks configured in
7+ that hook repository.
8+ - An example invocation:
9+ ` pre-commit try-repo https://github.com/pre-commit/pre-commit-hooks `
10+ - ` pre-commit try-repo ` can also take all the same arguments as
11+ ` pre-commit run ` .
12+ - It can be used to try out a repository without needing to configure it.
13+ - It can also be used to test a hook repository while developing it.
14+ - #589 issue by @sverhagen .
15+ - #633 PR by @asottile .
16+
1171.2.0
218=====
319
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.2 .0' ,
12+ version = '1.3 .0' ,
1313
1414 author = 'Anthony Sottile' ,
15151616
17- platforms = 'linux' ,
1817 classifiers = [
1918 'License :: OSI Approved :: MIT License' ,
2019 'Programming Language :: Python :: 2' ,
You can’t perform that action at this time.
0 commit comments