• cd_slash_rmrf@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    neat write up, I’ve also run into some of the errors that ruff throws (eg don’t use f strings in logging) but didn’t really know why.

    thought it was cool the author said feel free to implement in ruff in the foot notes

  • NotSteve_@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    I knew about everything except logger.exception(). I had no idea it existed but I’ll start using it!

  • qwop@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    It’d be nice to have a rule specifically for the use of f-strings and template formatting in the same call, since that can easily be a security vulnerability.