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

Jupyter notebook support #352

Open
Malachov opened this issue Jan 18, 2024 · 1 comment
Open

Jupyter notebook support #352

Malachov opened this issue Jan 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Malachov
Copy link

Is your feature request related to a problem? Please describe.
Ruff now officially supports .ipynb files (maybe extra one-liner extend-include = ["*.ipynb"] in pyproject.toml is necessary).

ruff check myfile.ipynb from terminal shows all the errors correctly.

Pycharm does not.

Describe the solution you'd like
I would like to see the errors in Problems panel.

@The-Alley
Copy link

I have the same issue. I am not sure if it has to do with my incorrect setup. ruff format notebook.ipynb works from the terminal but in Pycharm, nothing happens when I use "Run Ruff" action. .py files have no issue in Pycharm though.

@koxudaxi koxudaxi added the enhancement New feature or request label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants