We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5519ca commit e2bae30Copy full SHA for e2bae30
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.15.1
2
+======
3
+- Use a more intelligent default language version for python
4
+
5
0.15.0
6
======
7
- Add `types` and `exclude_types` for filtering files. These options take
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.15.0',
+ version='0.15.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments