Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NeilGirdhar opened this issue Feb 21, 2025 · 0 comments
Open

Comments

@NeilGirdhar
Copy link

NeilGirdhar commented Feb 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant