mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +00:00
Assume UTF-8 when decoding hg or git output; closes #148
This commit is contained in:
parent
a3ecfbaaf8
commit
1ea9f12b18
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ CHANGES
|
|||
|
||||
- New option ``doctests`` to run Pyflakes checks on doctests too
|
||||
- New option ``jobs`` to launch multiple jobs in parallel
|
||||
- Fix Git and Mercurial hooks, issues #88 and #133
|
||||
- Fix Git and Mercurial hooks, issues #88, #133 and #148
|
||||
- Fix crashes with Python 3.4 by upgrading dependencies
|
||||
- Fix traceback when running tests with Python 2.6
|
||||
- Fix the setuptools command ``python setup.py flake8`` to read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue