• @[email protected]
    link
    fedilink
    51 year ago

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

  • @cd_slash_rmrf
    link
    41 year 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

  • @qwop
    link
    21 year 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.