Skip to content

Commit e576d63

Browse files
author
Jason R. Coombs
committed
Fix flake8 warnings about line length now that black uses 88.
1 parent 91e9eaa commit e576d63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.flake8

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[flake8]
2+
# defer to black http://bit.ly/2CKCP8W
3+
max-line-length = 88
4+
ignore =
5+
E203
6+
W503

0 commit comments

Comments
 (0)