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
Is your feature request related to a problem? Please describe.
Currently we get complains by flake that our html code exceeds line length. However, there exist no better way of dealing with this as it is still readable but due to the structure of html naturally gets quite lengthy.
Describe the solution you'd like
Move the layout code to an separate python file and import it in the corresponding page. Then ignore those external files in the flake config, so that we get proper QA for the "functional" code and skip QA for the "structural" one.
Describe alternatives you've considered
Open to other suggestions..
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently we get complains by flake that our html code exceeds line length. However, there exist no better way of dealing with this as it is still readable but due to the structure of html naturally gets quite lengthy.
Describe the solution you'd like
Move the layout code to an separate python file and import it in the corresponding page. Then ignore those external files in the flake config, so that we get proper QA for the "functional" code and skip QA for the "structural" one.
Describe alternatives you've considered
Open to other suggestions..
Additional context
N/A
The text was updated successfully, but these errors were encountered: