Skip to content

Commit 5beb4ba

Browse files
committed
crank up max line len
1 parent b7b6570 commit 5beb4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/lesson_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
# How long are lines allowed to be?
105105
# Please keep this in sync with .editorconfig!
106-
MAX_LINE_LEN = 100
106+
MAX_LINE_LEN = 170
107107

108108

109109
def main():

0 commit comments

Comments
 (0)