- Oct 14, 2018
-
-
Amir Rachum authored
-
Amir Rachum authored
-
Amir Rachum authored
-
Shachar Ohana authored
* #321 - fix newline exception bug * docs
-
Shachar Ohana authored
-
Amir Rachum authored
-
Amir Rachum authored
* Most test cases pass. * Tests pass! * Tests really pass. * Fix for Python 3.4. * Review fixes. * Added release notes.
- Aug 23, 2018
-
-
Ville Skyttä authored
-
- Jul 15, 2018
-
-
Michael authored
* Add support for python 3.7 * Import Set from collections.abc instead of collections Importing abstract base classes from collections is deprecated since Python 3.7, see https://bugs.python.org/issue25988.
-
- Jun 11, 2018
-
-
Shachar Ohana authored
* Fix false-positive section recognition in D405 Solves #311 * Missed a file * Add release notes * Release notes * Added more edge cases * Simplify code * Addressed CR comments
-
- Jun 06, 2018
-
-
Shachar Ohana authored
* #315 - Fix build * Checking travis "bugfix" * Revert * #315 - Drop support for python3.3 * #315 - Typo
-
- May 02, 2018
-
-
Matthias Bussonnier authored
-
- Apr 07, 2018
-
-
Nick Murphy authored
* Update information on pep257 & numpy conventions The file `error_codes.rst` had information that specified the pep257 default convention, but lacked information about the numpy convention. I updated this section of the docs with the conventions specified at the end of `src/pydocstyle/violations.py`, which presently are: conventions = AttrDict({ 'pep257': all_errors - {'D203', 'D212', 'D213', 'D214', 'D215', 'D404', 'D405', 'D406', 'D407', 'D408', 'D409', 'D410', 'D411'}, 'numpy': all_errors - {'D107', 'D203', 'D212', 'D213', 'D402', 'D413'} }) * Update release notes about conventions doc update * Add pull request number to release notes * Add link to usage section from conventions section
-
- Dec 18, 2017
-
-
Daniel Pope authored
* Report docstring content violations on docstring start line (fixes #83) * Add description of line number change to release notes * Change title of development version in release notes * Add issue and PR numbers to release notes
-
- Oct 10, 2017
-
-
Shachar Ohana authored
* #290 - Just checking something * #290 - WIP * #290 - Failing on purpose * #290 - WIP * #290 - WIP * #290 - WIP * #290 - Holy moly * #290 - choco? [skip ci] * #290 - WIP * #290 - WIP * #290 - WIP :( * #290 - Woohoo! * #290 - Docs
-
Amir Rachum authored
Added classifiers in setup.py for specific Python versions
-
Amir Rachum authored
-
- Oct 09, 2017
-
-
Amir Rachum authored
-
Amir Rachum authored
-
Amir Rachum authored
-
- Oct 08, 2017
-
-
Amir Rachum authored
-
Amir Rachum authored
#273 - Removing D107 from numpy default violations
- Oct 05, 2017
-
-
Shachar Ohana authored
-
Shachar Ohana authored
-
- Oct 01, 2017
-
-
Amir Rachum authored
Add pypy to windows ci
-
- Sep 30, 2017
-
-
Shachar Ohana authored
-
Shachar Ohana authored
-
- Sep 25, 2017
-
-
Amir Rachum authored
Adding appveyor
-
Shachar Ohana authored
-
Shachar Ohana authored
-
Shachar Ohana authored
-
Shachar Ohana authored
-
Shachar Ohana authored
-
- Sep 24, 2017
-
-
Shachar Ohana authored
-
Shachar Ohana authored
-
- Sep 23, 2017
-
-
Amir Rachum authored
Better help section
-
- Sep 22, 2017
-
-
Shachar Ohana authored
-