Skip to content

Commit d407c9f

Browse files
authored
Merge pull request #299 from tmux-python/update-black
Update black
2 parents 16d51b3 + b05ab22 commit d407c9f

File tree

4 files changed

+61
-32
lines changed

4 files changed

+61
-32
lines changed

libtmux/_compat.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def reraise(tp, value, tb=None):
9797

9898
number_types = integer_types + (float,)
9999

100+
100101
def str_from_console(s):
101102
try:
102103
return text_type(s)

poetry.lock

+58-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pytest-cov = [
6868
]
6969

7070
### Format ###
71-
black = {version="==19.10b0", python="^3.6"}
71+
black = {version="==20.08b1", python="^3.6"}
7272
isort = [
7373
{version="<5", python="<3.6"},
7474
{version="*", python=">=3.6"}

tests/test_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_has_session(server, session):
1515

1616

1717
def test_socket_name(server):
18-
""" ``-L`` socket_name.
18+
"""``-L`` socket_name.
1919
2020
``-L`` socket_name file name of socket. which will be stored in
2121
env TMUX_TMPDIR or /tmp if unset.)

0 commit comments

Comments
 (0)