Leandro Leites Barrios
Leandro Leites Barrios
Checking if pandas is imported will help, but is not super safe. I see two options, disable check per line, if you have a conflicting line you mark it to...
Sorry that I was not clear, I mean it won't fix all issues. Yes, you can disable specific checks per line in flake8 `example = lambda: 'example' # noqa: E731`...
I cannot reproduce, can you specify the project this happens? For some personal project, it works well
> @mitsuhiko is it similar to https://asciinema.org/a/Qz0UBIeFmQdHNYqwymDb5ixBy ? I can repro this on MacOS > > ``` > rye 0.29.0 > commit: 0.29.0 (42b179f36 2024-03-11) > platform: macos (aarch64) >...
I wonder if this is not related to the use of anyio plugin, I cannot reproduce on personal projects that not use it. It could be related to the async...
Yes, it is used on CI/CD of Flixbus bots and voice integration services.