1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2024-12-21 14:54:23 +01:00

module: yapf needs extra toml now

This commit is contained in:
cn 2022-04-01 01:00:43 +02:00
parent 4bc976fe0d
commit a32d9907fb

View File

@ -20,4 +20,5 @@ pylint = "*"
pytest = "*" pytest = "*"
snapshottest = "*" snapshottest = "*"
rope = "*" rope = "*"
toml = "*"
yapf = "*" yapf = "*"