Skip to content

start_string vs start_line #277

@maxstrobel

Description

@maxstrobel

We have here some inconsitency between the namings start_string vs start_line

"start_line": config.get("start_string", _start_string),

If you specify start_line in the pyproject.toml, it will not be recognized correctly.
We have here some inconsistency in the code base itself, & also in the documentation.

Should be easy to solve:

  1. Decide for which option to go: start_string or start_line
  2. Unify the codebase
  3. Adapt the docs accordingly

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions