mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00:00
v0.4.1
This commit is contained in:
parent
686d486791
commit
4cb861acec
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.4.1
|
||||
=====
|
||||
- Respect configuration when running autopep8
|
||||
- Quickfix for pep8 version conflicts
|
||||
|
||||
0.4.0
|
||||
=====
|
||||
- Fix trailing-whitespace on OS X
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ setup(
|
|||
name='pre_commit_hooks',
|
||||
description='Some out-of-the-box hooks for pre-commit.',
|
||||
url='https://github.com/pre-commit/pre-commit-hooks',
|
||||
version='0.4.0',
|
||||
version='0.4.1',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue