File size: 222 Bytes
8fcf809 |
1 2 3 4 5 6 |
[tool.black]
line-length = 80
# TODO(@wchargin): Drop `py35` here once we drop support for Python 3.5
# and aren't affected by <https://bugs.python.org/issue9232>.
target-version = ["py27", "py35", "py36", "py37", "py38"]
|