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
4
4
**pydocstyle ** version numbers follow the
5
5
`Semantic Versioning <http://semver.org/ >`_ specification.
6
6
7
- Current Development Version
8
- ---------------------------
7
+ 2.0.0 - April 18th, 2017
8
+ ------------------------
9
9
10
10
Major Updates
11
11
Original file line number Diff line number Diff line change 15
15
-d, --debug print debug information
16
16
-v, --verbose print status information
17
17
--count print total number of errors to stdout
18
+ --config=<path> use given config file and disable config discovery
18
19
--select=<codes> choose the basic list of checked errors by specifying
19
20
which errors to check for (with a list of comma-
20
21
separated error codes or prefixes). for example:
24
25
error codes or prefixes). for example:
25
26
--ignore=D101,D2
26
27
--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
28
30
--add-select=<codes> amend the list of errors to check for by specifying
29
31
more error codes to check.
30
32
--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