avaframe / AvaFrame

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

WIP: overrides #963

Open awirb opened 7 months ago

awirb commented 7 months ago

add runscripts

add function to create local cfg files with overrides

add collection name to override section

update docs

move writing of local cfgs to folder

add option to read config from dir

pep8speaks commented 7 months ago

Hello @awirb! Thanks for updating this PR.

Line 315:9: E265 block comment should start with '# ' Line 314:9: E265 block comment should start with '# ' Line 313:9: E265 block comment should start with '# '

Line 2836:121: E501 line too long (132 > 120 characters) Line 2108:69: E127 continuation line over-indented for visual indent Line 1055:121: E501 line too long (124 > 120 characters) Line 96:121: E501 line too long (126 > 120 characters)

Line 207:29: E721 do not compare types, use 'isinstance()'

Line 386:42: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 383:42: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 837:28: W292 no newline at end of file Line 649:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 305:5: E303 too many blank lines (2) Line 95:38: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 973:121: E501 line too long (138 > 120 characters) Line 971:19: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 942:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 799:121: E501 line too long (124 > 120 characters) Line 683:37: E203 whitespace before ':' Line 682:37: E203 whitespace before ':' Line 531:15: E711 comparison to None should be 'if cond is not None:' Line 495:71: E203 whitespace before ':' Line 495:48: E203 whitespace before ':' Line 489:71: E203 whitespace before ':' Line 489:48: E203 whitespace before ':' Line 476:121: E501 line too long (121 > 120 characters)

Line 118:53: E231 missing whitespace after ','

Line 37:1: W391 blank line at end of file

Comment last updated at 2024-10-15 12:03:26 UTC