Skip to content

The configuration files for Jupyter produce many lint errors now #410

Open
@NeilGirdhar

Description

@NeilGirdhar

The generated configuration files don't adhere to the default behavior of standard linters. In particular:

  • Every # should be followed by exactly one space (there should never be any ##).
  • Every # noqa should be marked with its rule number (in this case, F821). And,
  • there should be no trailing whitespace.

(This appears to have been changed recently.)

I'm not sure if this was the correct project, but I spent about 30 minutes searching through the various projects.

Image

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