Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@Nurdok Nurdok released this 20 Jul 19:46
· 517 commits to master since this release

New Features

  • Added support for more flexible error selections using --ignore,
    --select, --convention, --add-ignore and --add-select
    (#96, #123).

Bug Fixes

  • Property setter and deleter methods are now treated as private and do not
    require docstrings separate from the main property method (#69, #107).
  • Fixed an issue where pep257 did not accept docstrings that are both
    unicode and raw in Python 2.x (#116, #119).
  • Fixed an issue where Python 3.x files with Unicode encodings were
    not read correctly (#118).