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

Format and lint ipynb files with black #8

Open
phoevos opened this issue Aug 1, 2023 · 1 comment
Open

Format and lint ipynb files with black #8

phoevos opened this issue Aug 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@phoevos
Copy link
Contributor

phoevos commented Aug 1, 2023

Currently, the ipynb files provided as part of the notebooks directory are skipped when running black to format or lint the project source:

Skipping .ipynb files as Jupyter dependencies are not installed.
You can fix this by running ``pip install "black[jupyter]"``

Goal

Investigate the option suggested by the black output above and make sure that black runs properly for Jupyter notebooks.

@phoevos phoevos added the enhancement New feature or request label Aug 1, 2023
@phoevos phoevos self-assigned this Aug 1, 2023
@phoevos phoevos added the good first issue Good for newcomers label Sep 11, 2023
@phoevos
Copy link
Contributor Author

phoevos commented Sep 11, 2023

Closing and reopening to trigger Jira automation.

@phoevos phoevos closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2023
@phoevos phoevos reopened this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant