This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Release Notes
44**pydocstyle ** version numbers follow the
55`Semantic Versioning <http://semver.org/ >`_ specification.
66
7- Current Development Version
8- ---------------------------
7+ 2.0.0 - April 18th, 2017
8+ ------------------------
99
1010Major Updates
1111
Original file line number Diff line number Diff line change 1515 -d, --debug print debug information
1616 -v, --verbose print status information
1717 --count print total number of errors to stdout
18+ --config=<path> use given config file and disable config discovery
1819 --select=<codes> choose the basic list of checked errors by specifying
1920 which errors to check for (with a list of comma-
2021 separated error codes or prefixes). for example:
2425 error codes or prefixes). for example:
2526 --ignore=D101,D2
2627 --convention=<name> choose the basic list of checked errors by specifying
27- an existing convention. Possible conventions: pep257
28+ an existing convention. Possible conventions: pep257,
29+ numpy
2830 --add-select=<codes> amend the list of errors to check for by specifying
2931 more error codes to check.
3032 --add-ignore=<codes> amend the list of errors to check for by specifying
You can’t perform that action at this time.
0 commit comments