Ofek Lev

Results 1176 comments of Ofek Lev

You would have to add configuration for that, see the config file in this repo

No it does but what's happening is that the linter comes first followed by the formatter and you're encountering an error in the former so the only way is to...

I'm confused, why is it trying to move the import somewhere other than the top?

You provide a minimal reproducible example file and open up an issue over there?

If you can provide a very small file to reproduce we could test by just enabling that single offending rule.

Disable Hatch static analysis config: https://hatch.pypa.io/latest/config/internal/static-analysis/#no-config

I'm not precisely sure what caused the issue but I thought that you weren't [extending](https://hatch.pypa.io/latest/config/internal/static-analysis/#extending-config) when in fact you seem to be doing so. I wonder what happens when you...

Hey! Can you please tell me a little bit more about your environment? Are the preinstalled Python distributions on PATH?

Thanks for that detailed response! 1. When you say doesn't work, what do you mean exactly? Can you please show the error? 2. External source is essentially whatever is on...