Bartosz Sławecki

Results 110 comments of Bartosz Sławecki

See also https://github.com/astral-sh/ruff#whos-using-ruff.

[Ran into the same issue with Python 3.8](https://github.com/bswck/lazy_importing/actions/runs/8789482932/job/24119337850).

To get started, check out https://packaging.python.org/en/latest/guides/modernize-setup-py-project.

During the review, a special attention should be paid to statements not covered by tests. Coverage report before changes: https://smokeshow.helpmanual.io/3u0g2z34522g3a2k6k4u/ Coverage report after changes: https://smokeshow.helpmanual.io/640r041r4j1m2a2y6p1e/

@psrok1 I made this PR before a job interview @ NASK (unsuccessful). I'm curious about your feedback though and whether I should continue with the refactor. It inspired me to...

This would require analyzing the git log, figuring out what file was touched by which commit and distributing the changes among files with proper commit URLs. Having a change in...

+1 on this. I often use flag-holding context vars. ```py from contextvars import ContextVar cv = ContextVar("cv", default=False) cv.set(True) # triggers FBT003 ```

> I'll look into these plugins this weekend so please let me know if there are plugins you want to prioritize. Thanks for replying! If I were to prioritize, it...