]> git.ipfire.org Git - thirdparty/tornado.git/commit
lint: Set black target version to 3.8+
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 19:08:18 +0000 (15:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 19:08:18 +0000 (15:08 -0400)
commit90ae304f6f68322a8186075bd1bbdcd50f5d9e21
tree7ed8e081478a7e785dd7e3734ed9419b5d16d07e
parent39346ce1853cf12934c7a002f2aa042b4f96094b
lint: Set black target version to 3.8+

This makes black use trailing commas consistently across the codebase.
Without this, it uses certain trailing commas only in files that
contain fstrings (because this marks them as requiring Python 3.6+).
pyproject.toml
tornado/auth.py
tornado/httpclient.py
tornado/ioloop.py
tornado/netutil.py
tornado/websocket.py