Skip to content

update ruff excluded #578

@PythonFZ

Description

@PythonFZ

After #567 we excluded as many as possible of ruffs errors. We should slowly bring them back.

MDSuite/pyproject.toml

Lines 13 to 20 in 0b85016

extend-ignore = [
"D213", "D203", "D401",
"D100", "D101", "D102", "D103", "D105", "D107",
"D200", "D202", "D205", "D207", "D212",
"D400", "D404", "D405", "D406", "D407", "D409", "D410", "D411", "D412", "D413", "D414", "D415", "D416", "D417",
"C400", "C408", "C410", "C416",
"C901",
"N802", "N803", "N806", "N818"

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