Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd009 commit 4b0a22aCopy full SHA for 4b0a22a
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+1.11.0
2
+======
3
+
4
+### Features
5
+- Add new `fail` language which always fails
6
+ - light-weight way to forbid files by name.
7
+ - #812 #821 PRs by @asottile.
8
9
+### Fixes
10
+- Fix `ResourceWarning`s for unclosed files
11
+ - #811 PR by @BoboTiG.
12
+- Don't write ANSI colors on windows when color enabling fails
13
+ - #819 PR by @jeffreyrack.
14
15
1.10.5
16
======
17
setup.py
@@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/pre-commit/pre-commit',
- version='1.10.5',
+ version='1.11.0',
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments