nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks

Home Page:https://nearbeach.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(FLK-E501) Line too long

robotichead opened this issue · comments

commented

Description

Line length greater than configured max_line_length detected, defaults to 79 character. This limit can be configured docs

Occurrences

There are 293 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/robotichead/NearBeach/issue/FLK-E501/occurrences/

Tips

list_of_opportunity_stage(list_order="6", opportunity_stage_description="Perception Analysis", probability_success="60"),

For the above line, we have the style;

list_of_opportunity_stage(
    list_order="6", 
    opportunity_stage_description="Perception Analysis", 
    probability_success="60"
),

For any Python imports, try and separate the lines with a simple \

from NearBeach.models import kanban_board, \
    kanban_card, \
    opportunity, \
    organisation, \
    quote, \
    project, \
    request_for_change, \
    requirement, \
    requirement_item, \
    task, \
    whiteboard

Good Luck :D

Can you assign me this issue? @robotichead

commented

Hello @drbalar , I've assigned the task to you :)

@robotichead can you assign this to me?

commented

@namangirdhar16 assigned :)