Today `black` allows both of these: ```py a = f"{None}" b = f"{ None }" ``` ```command > black test.py All done! ✨ 🍰 ✨ 1 file left unchanged. ``` Perhaps an **opinionated** tool should have an opinion here.
Today
blackallows both of these:Perhaps an opinionated tool should have an opinion here.