Skip to content

Integrate autopep8 into the project #13

@prasadtalasila

Description

@prasadtalasila

autopep8 is a code formatting tool. The configuration can be placed in pyproject.toml

[tool.autopep8]
max_line_length = 120
ignore = "E501,W6"  # or ["E501", "W6"]
in-place = true
recursive = true
aggressive = 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions