mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-30 23:34:28 +00:00
Typos in the changelog
This commit is contained in:
parent
6a984fdfdd
commit
2db51c22a7
1 changed files with 13 additions and 13 deletions
16
CHANGES.rst
16
CHANGES.rst
|
|
@ -15,7 +15,7 @@ CHANGES
|
|||
------------------
|
||||
|
||||
- Fixes part of #35: Exception for no WITHITEM being an attribute of Checker
|
||||
for python 3.3
|
||||
for Python 3.3
|
||||
- Support stdin
|
||||
- Incorporate @phd's builtins pull request
|
||||
- Fix the git hook
|
||||
|
|
@ -46,11 +46,11 @@ CHANGES
|
|||
- fix ``--exclude`` and ``--ignore`` command flags (#14, #19)
|
||||
- fix the git hook that wasn't catching files not already added to the index
|
||||
(#29)
|
||||
- pre-emptively includes the addition to pep8 to ignore certain lines. Add ``#
|
||||
nopep8`` to the end of a line to ignore it. (#37)
|
||||
- pre-emptively includes the addition to pep8 to ignore certain lines.
|
||||
Add ``# nopep8`` to the end of a line to ignore it. (#37)
|
||||
- ``check_file`` can now be used without any special prior setup (#21)
|
||||
- unpacking exceptions will no longer cause an exception (#20)
|
||||
- fixed crash on non-existant file (#38)
|
||||
- fixed crash on non-existent file (#38)
|
||||
|
||||
|
||||
1.5 - 2012-10-13
|
||||
|
|
@ -87,7 +87,7 @@ CHANGES
|
|||
----------------
|
||||
|
||||
- added a git hook
|
||||
- now python 3 compatible
|
||||
- now Python 3 compatible
|
||||
- mccabe and pyflakes have warning codes like pep8 now
|
||||
|
||||
|
||||
|
|
@ -125,9 +125,9 @@ CHANGES
|
|||
0.7 - 2010-02-18
|
||||
----------------
|
||||
|
||||
- Fix pep8 intialization when run through Hg
|
||||
- Make pep8 short options work when run throug the command line
|
||||
- skip duplicates when controlling files via Hg
|
||||
- Fix pep8 initialization when run through Hg
|
||||
- Make pep8 short options work when run through the command line
|
||||
- Skip duplicates when controlling files via Hg
|
||||
|
||||
|
||||
0.6 - 2010-02-15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue