Set black target version explicitly
This commit is contained in:
@@ -15,7 +15,7 @@ class RemoveBot(Client):
|
|||||||
message_object=message_object,
|
message_object=message_object,
|
||||||
thread_id=thread_id,
|
thread_id=thread_id,
|
||||||
thread_type=thread_type,
|
thread_type=thread_type,
|
||||||
**kwargs
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
|
target-version = ['py36', 'py37', 'py38']
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["flit"]
|
requires = ["flit"]
|
||||||
|
Reference in New Issue
Block a user