Pavel Krasnobaev

Results 7 comments of Pavel Krasnobaev

@tiangolo hi! This is a very cool feature that makes the code more readable and clean. Should we hope for its will be accepted?

> @FieryDruid > > I'm sorry for my late reply. I tested your example. I can't reproduce the issue. > > > It is likely that this may be related...

@koxudaxi Thanks for `0.0.33` release! Problem is actual with fixed https://github.com/koxudaxi/ruff-pycharm-plugin/issues/358 Pycharm: `2024.1` Ruff: `0.3.5` Plugin: `0.0.33`

@koxudaxi sorry, it is not completed :( I meant that error is still being reproduced after release

@koxudaxi I changed config settings: ![image](https://github.com/koxudaxi/ruff-pycharm-plugin/assets/36041629/62f7288c-434c-486d-9c3a-b2689f8e2e1b) **ruff.xml** contains: ```xml ``` I test some cases on: Pycharm: `2024.1` Ruff: `0.3.5` Plugin: `0.0.33` OS: `Windows 11 + WSL (Ubuntu 22.04)` (My secondary...

@koxudaxi fixed in `0.0.46`, thanks! 🎉

You might want to consider creating a basic config file and an extension for it, which, after being added to the repository, should be added to the `.gitignore` https://docs.astral.sh/ruff/configuration/#config-file-discovery All...