bigbluebutton-Github/record-and-playback/pyproject.toml
Calvin Walton 9907588b5e presentation recording: generate poll svg images without gnuplot
Write a tool that generates the poll svg images directly from the
BBB poll description. This avoids the issues with special characters
in the gnuplot labels, and gives us a lot more flexibility in how
the polls are formatted and styled.
2020-01-13 14:34:30 -05:00

4 lines
94 B
TOML

[tool.black]
# Ubuntu 16.04 ships python 3.5; 18.04 has 3.6
target-version = ["py35", "py36"]