mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v1.11.2
This commit is contained in:
parent
9bcfe176d4
commit
9c37473256
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
1.11.2
|
||||||
|
======
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `check-useless-exclude` now considers `types`
|
||||||
|
- #704 issue by @asottile.
|
||||||
|
- #837 PR by @georgeyk.
|
||||||
|
- `pre-push` hook was not identifying all commits on push to new branch
|
||||||
|
- #843 issue by @prem-nuro.
|
||||||
|
- #844 PR by @asottile.
|
||||||
|
|
||||||
1.11.1
|
1.11.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='1.11.1',
|
version='1.11.2',
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue