mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
v0.4.2
This commit is contained in:
parent
f138e3451b
commit
cf550fcab3
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
CHANGELOG
|
|
@ -1,3 +1,13 @@
|
|||
0.4.2
|
||||
=====
|
||||
- Add --django to test name checker
|
||||
- Add check-merge-conflict hook
|
||||
- Remove dependency on plumbum
|
||||
- Add q as a debug statement
|
||||
- Don't detect markup titles as conflicts
|
||||
- Teach trailing-whitespace about markdown
|
||||
- Quickfix for pyflakes - flake8 version conflict
|
||||
|
||||
0.4.1
|
||||
=====
|
||||
- Respect configuration when running autopep8
|
||||
|
|
|
|||
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.1',
|
||||
version='0.4.2',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue