Skip to content

Commit 2c03d1e

Browse files
authored
Update black 19.10b0 to 20.08b1 (#629)
2 parents 5b63502 + b752027 commit 2c03d1e

File tree

3 files changed

+64
-36
lines changed

3 files changed

+64
-36
lines changed

poetry.lock

Lines changed: 60 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pytest-cov = [
7979
]
8080

8181
### Format ###
82-
black = {version="==19.10b0", python="^3.6"}
82+
black = {version="==20.08b1", python="^3.6"}
8383
isort = [
8484
{version="<5", python="<3.6"},
8585
{version="*", python=">=3.6"}

tmuxp/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ def get_config_dir():
3737
"""
3838
Return tmuxp configuration directory.
3939
40-
``TMUXP_CONFIGDIR`` environmental variable has precedence if set. We also
41-
evaluate XDG default directory from XDG_CONFIG_HOME environmental variable
42-
if set or its default. Then the old default ~/.tmuxp is returned for
40+
``TMUXP_CONFIGDIR`` environmental variable has precedence if set. We also
41+
evaluate XDG default directory from XDG_CONFIG_HOME environmental variable
42+
if set or its default. Then the old default ~/.tmuxp is returned for
4343
compatibility.
4444
4545
Returns

0 commit comments

Comments
 (0)