mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v1.11.0
This commit is contained in:
parent
a2bd0097c5
commit
4b0a22a8ba
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
||||||
|
1.11.0
|
||||||
|
======
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Add new `fail` language which always fails
|
||||||
|
- light-weight way to forbid files by name.
|
||||||
|
- #812 #821 PRs by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `ResourceWarning`s for unclosed files
|
||||||
|
- #811 PR by @BoboTiG.
|
||||||
|
- Don't write ANSI colors on windows when color enabling fails
|
||||||
|
- #819 PR by @jeffreyrack.
|
||||||
|
|
||||||
1.10.5
|
1.10.5
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
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.10.5',
|
version='1.11.0',
|
||||||
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