Skip to content

Commit 0da6362

Browse files
authored
Restrict line length to 100
1 parent ac435c2 commit 0da6362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
max-line-length = 120
2+
max-line-length = 100
33
ignore=
44
D,
5-
W503
5+
W503

0 commit comments

Comments
 (0)