6 "project": { |
6 "project": { |
7 "AUTHOR": "Detlev Offenbach", |
7 "AUTHOR": "Detlev Offenbach", |
8 "CHECKERSPARMS": { |
8 "CHECKERSPARMS": { |
9 "Pep8Checker": { |
9 "Pep8Checker": { |
10 "AnnotationsChecker": { |
10 "AnnotationsChecker": { |
|
11 "AllowStarArgAny": false, |
11 "AllowUntypedDefs": false, |
12 "AllowUntypedDefs": false, |
12 "AllowUntypedNested": false, |
13 "AllowUntypedNested": false, |
13 "DispatchDecorators": [ |
14 "DispatchDecorators": [ |
14 "singledispatch", |
15 "singledispatch", |
15 "singledispatchmethod" |
16 "singledispatchmethod" |
16 ], |
17 ], |
|
18 "ForceFutureAnnotations": false, |
17 "MaximumComplexity": 3, |
19 "MaximumComplexity": 3, |
18 "MaximumLength": 7, |
20 "MaximumLength": 7, |
19 "MinimumCoverage": 75, |
21 "MinimumCoverage": 75, |
20 "MypyInitReturn": false, |
22 "MypyInitReturn": false, |
21 "OverloadDecorators": [ |
23 "OverloadDecorators": [ |
57 "- " |
59 "- " |
58 ] |
60 ] |
59 }, |
61 }, |
60 "CopyrightAuthor": "", |
62 "CopyrightAuthor": "", |
61 "CopyrightMinFileSize": 0, |
63 "CopyrightMinFileSize": 0, |
62 "DocstringType": "eric", |
64 "DocstringType": "eric_black", |
63 "EnabledCheckerCategories": "C, D, E, M, N, Y, W", |
65 "EnabledCheckerCategories": "C, D, E, M, N, Y, W", |
64 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", |
66 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", |
65 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504,Y119,Y401,Y402", |
67 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W503,Y119,Y401,Y402", |
66 "FixCodes": "", |
68 "FixCodes": "", |
67 "FixIssues": false, |
69 "FixIssues": false, |
68 "FutureChecker": "", |
70 "FutureChecker": "", |
69 "HangClosing": false, |
71 "HangClosing": false, |
|
72 "ImportsChecker": { |
|
73 "ApplicationPackageNames": [], |
|
74 "BanRelativeImports": "", |
|
75 "BannedModules": [] |
|
76 }, |
70 "IncludeMessages": "", |
77 "IncludeMessages": "", |
71 "LineComplexity": 25, |
78 "LineComplexity": 25, |
72 "LineComplexityScore": 10, |
79 "LineComplexityScore": 10, |
73 "MaxCodeComplexity": 10, |
80 "MaxCodeComplexity": 10, |
74 "MaxDocLineLength": 79, |
81 "MaxDocLineLength": 88, |
75 "MaxLineLength": 79, |
82 "MaxLineLength": 88, |
76 "NoFixCodes": "E501", |
83 "NoFixCodes": "E501", |
77 "RepeatMessages": true, |
84 "RepeatMessages": true, |
78 "SecurityChecker": { |
85 "SecurityChecker": { |
79 "CheckTypedException": false, |
86 "CheckTypedException": false, |
80 "HardcodedTmpDirectories": [ |
87 "HardcodedTmpDirectories": [ |