Skip to content

Commit 74788d2

Browse files
committed
chore: Run dprint on pyproject.toml
dprint fmt --config ~/.dprint.conf -- pyproject.toml
1 parent 54f292c commit 74788d2

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

pyproject.toml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: Implementation :: PyPy",
2020
"Topic :: Utilities",
21-
"Topic :: System :: Shells"
21+
"Topic :: System :: Shells",
2222
]
2323
keywords = ["tmux", "session manager", "terminal", "ncurses"]
2424
homepage = "http://github.com/tmux-python/tmuxp/"
2525
readme = "README.md"
2626
packages = [
27-
{ include = "tmuxp" }
27+
{ include = "tmuxp" },
2828
]
2929
include = [
30-
{ path = "CHANGES", format = "sdist" },
31-
{ path = ".tmuxp.yaml", format = "sdist" },
32-
{ path = ".tmuxp-before-script.sh", format = "sdist" },
33-
{ path = "tests", format = "sdist" },
34-
{ path = "examples", format = "sdist" },
35-
{ path = "docs", format = "sdist" },
30+
{ path = "CHANGES", format = "sdist" },
31+
{ path = ".tmuxp.yaml", format = "sdist" },
32+
{ path = ".tmuxp-before-script.sh", format = "sdist" },
33+
{ path = "tests", format = "sdist" },
34+
{ path = "examples", format = "sdist" },
35+
{ path = "docs", format = "sdist" },
3636
]
3737

3838
[tool.poetry.urls]
@@ -86,7 +86,21 @@ isort = "*"
8686
flake8 = "*"
8787

8888
[tool.poetry.extras]
89-
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "sphinxext-rediraffe", "myst_parser", "furo", "aafigure", "pillow"]
89+
docs = [
90+
"sphinx",
91+
"sphinx-issues",
92+
"sphinx-click",
93+
"sphinx-autodoc-typehints",
94+
"sphinx-autobuild",
95+
"sphinx-copybutton",
96+
"sphinxext-opengraph",
97+
"sphinx-inline-tabs",
98+
"sphinxext-rediraffe",
99+
"myst_parser",
100+
"furo",
101+
"aafigure",
102+
"pillow",
103+
]
90104
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
91105
coverage = ["codecov", "coverage", "pytest-cov"]
92106
format = ["black", "isort"]

0 commit comments

Comments
 (0)