Skip to content

Commit 05dd606

Browse files
committed
chore: Run dprint fmt --config ~/.dprint.conf -- pyproject.toml
1 parent 0d69414 commit 05dd606

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
4848
[tool.poetry.dependencies]
4949
python = "^3.7"
5050

51-
5251
[tool.poetry.group.dev.dependencies]
5352
### Docs ###
5453
sphinx = "*"
5554
furo = "*"
5655
gp-libs = "*"
5756
sphinx-autobuild = "*"
5857
sphinx-autodoc-typehints = "*"
59-
sphinx-inline-tabs = "<2023.4.21" # For Python 3.7 support
60-
sphinxext-opengraph = "<0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
58+
sphinx-inline-tabs = "<2023.4.21" # For Python 3.7 support
59+
sphinxext-opengraph = "<0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
6160
sphinx-copybutton = "*"
6261
sphinxext-rediraffe = "*"
6362
myst_parser = ">=0.18.1"
@@ -104,7 +103,7 @@ libtmux = "libtmux.pytest_plugin"
104103
strict = true
105104
files = [
106105
"src",
107-
"tests"
106+
"tests",
108107
]
109108

110109
[tool.coverage.run]
@@ -135,20 +134,20 @@ select = [
135134
"E", # pycodestyle
136135
"F", # pyflakes
137136
"I", # isort
138-
"UP", # pyupgrade
137+
"UP", # pyupgrade
139138
"B", # flake8-bugbear
140139
"C4", # flake8-comprehensions
141140
"Q", # flake8-quotes
142141
"PTH", # flake8-use-pathlib
143-
"SIM", # flake8-simplify
142+
"SIM", # flake8-simplify
144143
"TRY", # Trycertatops
145144
"PERF", # Perflint
146-
"RUF" # Ruff-specific rules
145+
"RUF", # Ruff-specific rules
147146
]
148147

149148
[tool.ruff.isort]
150149
known-first-party = [
151-
"libtmux"
150+
"libtmux",
152151
]
153152
combine-as-imports = true
154153

0 commit comments

Comments
 (0)