-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprospector-more.yml
More file actions
47 lines (43 loc) · 639 Bytes
/
prospector-more.yml
File metadata and controls
47 lines (43 loc) · 639 Bytes
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
inherits: prospector
strictness: high
ignore-paths:
- constants.py
- urls.py
- wsgi.py
- acl
- api
- betterversion
- builds
- cdn
- comments
- core
- djangome
- doc_builder
- donate
- gold
- integrations
- locale
- notifications
- oauth
- payments
- privacy
- profiles
- projects
- redirects
- restapi
- rtd_tests
- search
- settings
- tastyapi
- templates
- vcs_support
pylint:
options:
docstring-min-length: 20
dummy-variables-rgx: '_$|__$|dummy'
max-line-length: 100
disable:
- logging-format-interpolation
- too-many-arguments
pep257:
run: true