Skip to content

Commit 063dfc3

Browse files
committed
Merge from 3.x: PR #3836
[ci skip]
2 parents 96b6688 + 8e99fbb commit 063dfc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .ciocheck

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ add_init = true
2020
# -----------------------------------------------------------------------------
2121
[pep8]
2222
exclude = */tests/*
23-
ignore = E126,
23+
ignore = E126, E402,
2424
max-line-length = 79
2525

2626
# -----------------------------------------------------------------------------
2727
# pydocstyle
2828
# http://www.pydocstyle.org/en/latest/usage.html#example
2929
# -----------------------------------------------------------------------------
3030
[pydocstyle]
31-
add-ignore = D203
31+
add-ignore = D203, D400
3232
inherit = false
3333

3434
# -----------------------------------------------------------------------------
@@ -37,7 +37,7 @@ inherit = false
3737
# -----------------------------------------------------------------------------
3838
[flake8]
3939
exclude = */tests/*
40-
ignore = E126,
40+
ignore = E126, E402,
4141
max-line-length = 79
4242
max-complexity = 64
4343

0 commit comments

Comments
 (0)