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

Commit 7bf7f52

Browse files
committed
Update usage and release date.
1 parent bcd4a3b commit 7bf7f52

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1010
Major Updates
1111

docs/snippets/cli.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Usage
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:
@@ -24,7 +25,8 @@ Usage
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

0 commit comments

Comments
 (0)