Vladislav Korenkov
Vladislav Korenkov
@charliermarsh just created repo in which pre-commit hook ignores `pyproject.toml` config unlike the ruff itself. Hope this would help. https://github.com/Quatters/ruff-pre-commit-bug-demo
@dhruvmanila thank you for the quick response. Yes, providing `pass_filenames: false` helped in my case. > That said, maybe Ruff's pre-commit hook should do that by default? I'm not sure...
Hi @mistercrunch, @michael-s-molina, any updates on this?
I think automatic migration as @sadpandajoe suggests is better even if it's not strictly required, to be sure that all users starting from version X applied this migration. This seems...
> Thanks for the PR @Quatters. Could you add a video, demonstrating the new plugin? Sure! I've replaced gif with demo video.
Ok, I don't see any issues with renaming chart to Gantt. A quick search shows that Gantt chart much more often used with this type then Timeline (which is more...
> Trying to test in ephenv, would be nice to add an example in "Featured Chart" to showcase the chart, help validate now, and prevent regressions as we typically do...
> Getting this in the "Featured Charts" dashboard -> Seems that sqlite does not support `... as data(col1, col2, ...)` column naming. I rewrote SQL query so it should work...