File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ add_init = true
20
20
# -----------------------------------------------------------------------------
21
21
[pep8]
22
22
exclude = */tests/*
23
- ignore = E126,
23
+ ignore = E126, E402,
24
24
max-line-length = 79
25
25
26
26
# -----------------------------------------------------------------------------
27
27
# pydocstyle
28
28
# http://www.pydocstyle.org/en/latest/usage.html#example
29
29
# -----------------------------------------------------------------------------
30
30
[pydocstyle]
31
- add-ignore = D203
31
+ add-ignore = D203, D400
32
32
inherit = false
33
33
34
34
# -----------------------------------------------------------------------------
@@ -37,7 +37,7 @@ inherit = false
37
37
# -----------------------------------------------------------------------------
38
38
[flake8]
39
39
exclude = */tests/*
40
- ignore = E126,
40
+ ignore = E126, E402,
41
41
max-line-length = 79
42
42
max-complexity = 64
43
43
You can’t perform that action at this time.
0 commit comments