You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Hope there a tool that can convert pycodestyle output to markdown checklist or github code(with line position) jump link
keqing\__init__.py:82:80: E501 line too long (98 > 79 characters)
keqing\__init__.py:86:80: E501 line too long (125 > 79 characters)
keqing\__init__.py:100:80: E501 line too long (128 > 79 characters)
keqing\__init__.py:109:80: E501 line too long (130 > 79 characters)
keqing\__init__.py:113:80: E501 line too long (143 > 79 characters)
keqing\__init__.py:143:5: E303 too many blank lines (2)
keqing\__init__.py:232:80: E501 line too long (85 > 79 characters)
keqing\basic\model.py:46:80: E501 line too long (87 > 79 characters)
keqing\method\diff.py:10:23: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:13:25: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:16:25: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:19:28: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:22:28: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:25:28: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:28:31: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:31:31: E721 do not compare types, use 'isinstance()'
keqing\method\diff.py:52:80: E501 line too long (87 > 79 characters)
keqing\method\network.py:60:46: E711 comparison to None should be 'if cond is not None:'
keqing\method\network.py:75:80: E501 line too long (100 > 79 characters)
keqing\method\network.py:82:80: E501 line too long (81 > 79 characters)
keqing\method\query.py:13:80: E501 line too long (114 > 79 characters)
keqing\method\query.py:71:80: E501 line too long (80 > 79 characters)
keqing\plugin\nominatim\__init__.py:1:25: W292 no newline at end of file
keqing\plugin\normalizer\__init__.py:1:33: W292 no newline at end of file
keqing\plugin\normalizer\normalization_url.py:21:80: E501 line too long (85 > 79 characters)
keqing\plugin\overpass\__init__.py:2:32: W292 no newline at end of file
keqing\plugin\overpass\overpass_bbox.py:2:21: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
keqing\plugin\overpass\overpass_geocode.py:8:80: E501 line too long (106 > 79 characters)
keqing\type\constraint.py:15:80: E501 line too long (107 > 79 characters)
keqing\type\element.py:5:1: E303 too many blank lines (3)
keqing\type\element.py:28:80: E501 line too long (97 > 79 characters)
keqing\type\element.py:62:20: E711 comparison to None should be 'if cond is None:'
keqing\type\element.py:94:80: E501 line too long (97 > 79 characters)
keqing\type\element.py:138:80: E501 line too long (97 > 79 characters)
The text was updated successfully, but these errors were encountered:
Current style error status:
b83548b at https://github.com/OSMChina/Keqing/tree/base-model-change :
(Hope there a tool that can convert pycodestyle output to markdown checklist or github code(with line position) jump link
The text was updated successfully, but these errors were encountered: