File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ colorama = ">=0.3.9"
5151PyYAML = " ^6.0"
5252
5353[tool .poetry .group .dev .dependencies ]
54-
5554# ## Docs ###
5655sphinx = " *"
5756aafigure = " >=0.6"
@@ -62,7 +61,7 @@ sphinx-autobuild = "*"
6261sphinx-autodoc-typehints = " *"
6362sphinx-argparse = " *"
6463sphinx-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
6665sphinx-copybutton = " *"
6766sphinxext-rediraffe = " *"
6867myst_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 ]
177176known-first-party = [
178- " tmuxp"
177+ " tmuxp" ,
179178]
180179combine-as-imports = true
181180
You can’t perform that action at this time.
0 commit comments