forked from Apuyuseng/peewee-extra-fields
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.prospector.yml
72 lines (63 loc) · 884 Bytes
/
.prospector.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
output-format: grouped
# autodetect: false
strictness: veryhigh
doc-warnings: true
test-warnings: false
max-line-length: 80
ignore-paths:
- docs/
- tests/
- examples/
# ignore-patterns:
# - (^|/)skip(this)?(/|$)
frosted:
run: false
pyroma:
run: false
pylint:
run: false
disable:
- missing-docstring
# - bad-builtin
# - too-few-public-methods
# - star-args
# - method-hidden
# - access-member-before-definition
pep8:
full: true
disable:
- E501
- D101
- D102
- D105
- E121
- E123
- E126
- E226
- E24
- E704
- W503
- W504
- N813
- E731
options:
max-line-length: 80
pep257:
run: false
disable:
- D100
- D101
- D102
- D103
- D205
- D400
- D401
- D211
- D204
- D107
- D202
- D105
- D209
- D213
mccabe:
run: false