avaframe / AvaFrame

https://avaframe.org
European Union Public License 1.2
16 stars 2 forks source link

allow for multiple relTH files and search for matching one #952

Closed awirb closed 8 months ago

awirb commented 9 months ago
pep8speaks commented 9 months ago

Hello @awirb! Thanks for updating this PR.

Line 2903:18: W292 no newline at end of file Line 2899:19: E711 comparison to None should be 'if cond is not None:' Line 2879:1: E302 expected 2 blank lines, found 1 Line 1575:121: E501 line too long (136 > 120 characters) Line 597:19: E711 comparison to None should be 'if cond is not None:'

Line 735:121: E501 line too long (130 > 120 characters) Line 343:121: E501 line too long (136 > 120 characters) Line 327:121: E501 line too long (126 > 120 characters) Line 327:85: E712 comparison to False should be 'if cond is not False:' or 'if cond:' Line 279:121: E501 line too long (132 > 120 characters) Line 77:121: E501 line too long (127 > 120 characters)

Line 870:1: W391 blank line at end of file Line 862:45: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 859:121: E501 line too long (121 > 120 characters) Line 852:5: E125 continuation line with same indent as next logical line Line 848:106: E231 missing whitespace after ',' Line 838:19: E711 comparison to None should be 'if cond is not None:' Line 815:1: E302 expected 2 blank lines, found 1 Line 811:121: E501 line too long (122 > 120 characters) Line 791:121: E501 line too long (141 > 120 characters) Line 790:121: E501 line too long (141 > 120 characters) Line 760:1: E302 expected 2 blank lines, found 1 Line 406:46: E711 comparison to None should be 'if cond is not None:' Line 403:33: E711 comparison to None should be 'if cond is not None:' Line 400:17: E265 block comment should start with '# ' Line 398:17: E265 block comment should start with '# ' Line 397:13: E265 block comment should start with '# ' Line 393:43: E711 comparison to None should be 'if cond is None:' Line 325:34: E711 comparison to None should be 'if cond is not None:'

Line 175:121: E501 line too long (137 > 120 characters)

Comment last updated at 2024-01-04 12:35:50 UTC
fso42 commented 8 months ago

Included changes in #954 ; closing this one