Skip to content

Commit aaba232

Browse files
flake8: ignore line too long cases
Ignore E501 line too long since it's already checked with pylint. It seems impossible to transfer its rules like "skip docstring links and tables by regexp", so we just skip it here. Part of #270
1 parent e9898a1 commit aaba232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.flake8

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
# Use pylint for lines length check
3+
ignore=E501

0 commit comments

Comments
 (0)