Set black target version explicitly

This commit is contained in:
Mads Marquart
2019-12-12 09:56:26 +01:00
parent 6c82e4d966
commit aea4fea5a2
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ class RemoveBot(Client):
message_object=message_object,
thread_id=thread_id,
thread_type=thread_type,
**kwargs
**kwargs,
)

View File

@@ -1,5 +1,6 @@
[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38']
[build-system]
requires = ["flit"]