Skip to content

Commit 918a02c

Browse files
ricardo-martincoskiarnout
authored andcommitted
.flake8: add config file for Python code style
We recommend wrapping at 80 columns but we accept 132 columns when it makes more readable. Follow up of discussion at this thread: http://lists.busybox.net/pipermail/buildroot/2017-October/203624.html Cc: Arnout Vandecappelle <[email protected]> Cc: Peter Korsgaard <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Yann E. MORIN <[email protected]> Signed-off-by: Ricardo Martincoski <[email protected]> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
1 parent 847d6d1 commit 918a02c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .flake8

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length=132

0 commit comments

Comments
 (0)