Pavel Bitiukov
Pavel Bitiukov
@dsj969 I'm trying to reproduce this using spec and the fps param is passed as it should be. It has been probably a long with other commit. Can you please...
Hi @nyudenkov! I was able to reproduce this error like this: File structure ``` ├── check └── .isort.cfg └── src └── socketio ``` .isort.cfg ``` [settings] profile=black src_paths=src ``` You...
Hi @dmitry-kabanov! I was able to reproduce the issue with version 5.11.2. However, everything seems to be working fine with version 5.13.2. Can you please check if updating to 5.13.2...
Hi @nyudenkov! Just wanted to check in and see if you had a chance to take a look. Did it help you out? Let me know if you need any...
Hi @cedric-spinergie! Could you please try one more thing to see if it helps? Try to add `src_paths` parameter for each config to specify the source root for each project....
Hi @cedric-spinergie! Have you had a chance to try this option? And if there's still a problem, don't hesitate to reach out!
Hi! I hope you're doing well. If you're still looking for a solution to your use case, I wanted to suggest this option: https://pycqa.github.io/isort/docs/configuration/options.html#src-paths. Let me know if it's not...
Hi Chase, Thank you for the message! Would you mind providing me with an example, so I can try and replicate the issue you are experiencing? That would be super...
Hello @latestmoneyagm, could you please provide me with more details regarding the issue you are facing?
Hi! It shouldn't be the case, `isort . --profile black` looks like a correct command. Do you have a sample of the code where the problem can be reproduced? Or...