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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.flake8

Lines changed: 3 additions & 0 deletions
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)