Skip to content

Commit 9e2621c

Browse files
committed
dprint fmt --config ~/.dprint.conf -- pyproject.toml
1 parent 8289b49 commit 9e2621c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ colorama = ">=0.3.9"
5151
PyYAML = "^6.0"
5252

5353
[tool.poetry.group.dev.dependencies]
54-
5554
### Docs ###
5655
sphinx = "*"
5756
aafigure = ">=0.6"
@@ -62,7 +61,7 @@ sphinx-autobuild = "*"
6261
sphinx-autodoc-typehints = "*"
6362
sphinx-argparse = "*"
6463
sphinx-inline-tabs = "*"
65-
sphinxext-opengraph = "<0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
64+
sphinxext-opengraph = "<0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
6665
sphinx-copybutton = "*"
6766
sphinxext-rediraffe = "*"
6867
myst_parser = ">=0.18.1"
@@ -162,20 +161,20 @@ select = [
162161
"E", # pycodestyle
163162
"F", # pyflakes
164163
"I", # isort
165-
"UP", # pyupgrade
164+
"UP", # pyupgrade
166165
"B", # flake8-bugbear
167166
"C4", # flake8-comprehensions
168167
"Q", # flake8-quotes
169168
"PTH", # flake8-use-pathlib
170-
"SIM", # flake8-simplify
169+
"SIM", # flake8-simplify
171170
"TRY", # Trycertatops
172171
"PERF", # Perflint
173-
"RUF" # Ruff-specific rules
172+
"RUF", # Ruff-specific rules
174173
]
175174

176175
[tool.ruff.isort]
177176
known-first-party = [
178-
"tmuxp"
177+
"tmuxp",
179178
]
180179
combine-as-imports = true
181180

0 commit comments

Comments
 (0)