mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-20 10:30:13 +00:00
Add option 'doctests' to run Pyflakes checks on doctests too; issue #138
This commit is contained in:
parent
876309ad97
commit
5770b171d5
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ CHANGES
|
|||
2.1.1 - unreleased
|
||||
------------------
|
||||
|
||||
- New option ``doctests`` to run Pyflakes checks on doctests too
|
||||
- Fix Git and Mercurial hooks, issues #88 and #133
|
||||
- Fix crashes with Python 3.4 by upgrading dependencies
|
||||
- Fix traceback when running tests with Python 2.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue