Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a984c3

Browse files
committed
v1.3.0
1 parent 3f2c6f1 commit 2a984c3

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
1.2.0
218
=====
319

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
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',
1515
author_email='[email protected]',
1616

17-
platforms='linux',
1817
classifiers=[
1918
'License :: OSI Approved :: MIT License',
2019
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)