Skip to content

Commit d1bc0f4

Browse files
committed
Add pydocstyle config to prospector.yaml
1 parent 44aa035 commit d1bc0f4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.prospector.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ pep257:
6767
- D417
6868
run: true
6969

70+
pydocstyle:
71+
enable:
72+
- D203
73+
- D212
74+
- D404
75+
- D405
76+
disable:
77+
- D211
78+
- D213
79+
- D209
80+
- D406
81+
- D407
82+
- D413
83+
- D417
84+
run: true
85+
7086
pyroma:
7187
run: true
7288

0 commit comments

Comments
 (0)