-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
32 lines (29 loc) · 916 Bytes
/
setup.cfg
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
[master]
load-plugins=pylint.extensions.bad_builtin
[yapf]
based_on_style = pep8
dedent_closing_brackets = true
indent_dictionary_value = true
spaces_around_power_operator = true
space_between_ending_comma_and_closing_bracket = true
split_arguments_when_comma_terminated = true
each_dict_entry_on_separate_line = true
split_before_logical_operator = false
spaces_around_default_or_named_assign = false
[isort]
line_length=79
indent=' '
multi_line_output=5
length_sort=1
forced_separate=django.contrib,django.utils
default_section=FIRSTPARTY
[pylint]
disable=maybe-no-member,no-member,too-many-locals,bad-continuation,no-else-return,too-few-public-methods,too-many-instance-attributes,ungrouped-imports,c-extension-no-member,too-many-lines
docstring-min-length=2
max-args=10
good-names=f,e,i,j,id
max-branches=13
notes=FIXME
function-rgx=[a-z_][a-z0-9_]{2,}$
ignore-imports=yes
bad-functions=apply,reduce,print