forked from openedx/xqueue-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prospector.yaml
executable file
·62 lines (58 loc) · 1.03 KB
/
.prospector.yaml
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
mccabe:
disable:
- MC0001
pep8:
disable:
- E305
- E306
- E115
- E116
- E501
- E722
- E741
pycodestyle:
disable:
- E115
- E116
- E305
- E306
- E501
- E722
- E741
pyflakes:
disable:
- F401
- F821
- F841
pylint:
disable:
- arguments-renamed
- bare-except
- consider-using-f-string
- consider-using-with
- deprecated-module
- django-not-configured
- import-error
- import-outside-toplevel
- inconsistent-return-statements
- line-too-long
- logging-format-interpolation
- logging-not-lazy
- method-hidden
- multiple-imports
- no-else-raise
- no-else-return
- pointless-statement
- super-with-arguments
- too-many-arguments
- too-many-branches
- too-many-locals
- too-many-statements
- undefined-variable
- unidiomatic-typecheck
- unused-argument
- unused-import
- unused-variable
- unspecified-encoding
- useless-object-inheritance
- useless-suppression