Skip to content

Commit fd9d25f

Browse files
committed
[copy] (.flake8)
copied from me/gitmaint/.flake8: commit 3b44b36561358ea701c74cf83543b95746ef54ca Author: Open Close <[email protected]> Date: Sat Nov 24 01:46:59 2018 +0900 Fix .flake8 flake8 seems to have changed. They have not been causing Errors, though should have. Selecting W503 is a personal choice (not clear cut in upstream). PyCQA/pycodestyle#197
1 parent 279dcd7 commit fd9d25f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ ignore=
4141
N803,
4242
# N806 variable in function should be lowercase
4343
N806,
44+
# W503 line break before binary operator
45+
W503,
46+
# W504 line break after binary operator
47+
# W504,
4448

4549

4650
# pycodestyle default:

0 commit comments

Comments
 (0)