We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89962e commit 9d747fbCopy full SHA for 9d747fb
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.13.6
2
+======
3
+- Fix regression in 0.13.5: allow `always_run` and `files` together despite
4
+ doing nothing.
5
+
6
0.13.5
7
======
8
- 0.13.4 contained incorrect files
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.13.5',
+ version='0.13.6',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments