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"
51
51
PyYAML = " ^6.0"
52
52
53
53
[tool .poetry .group .dev .dependencies ]
54
-
55
54
# ## Docs ###
56
55
sphinx = " *"
57
56
aafigure = " >=0.6"
@@ -62,7 +61,7 @@ sphinx-autobuild = "*"
62
61
sphinx-autodoc-typehints = " *"
63
62
sphinx-argparse = " *"
64
63
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
66
65
sphinx-copybutton = " *"
67
66
sphinxext-rediraffe = " *"
68
67
myst_parser = " >=0.18.1"
@@ -162,20 +161,20 @@ select = [
162
161
" E" , # pycodestyle
163
162
" F" , # pyflakes
164
163
" I" , # isort
165
- " UP" , # pyupgrade
164
+ " UP" , # pyupgrade
166
165
" B" , # flake8-bugbear
167
166
" C4" , # flake8-comprehensions
168
167
" Q" , # flake8-quotes
169
168
" PTH" , # flake8-use-pathlib
170
- " SIM" , # flake8-simplify
169
+ " SIM" , # flake8-simplify
171
170
" TRY" , # Trycertatops
172
171
" PERF" , # Perflint
173
- " RUF" # Ruff-specific rules
172
+ " RUF" , # Ruff-specific rules
174
173
]
175
174
176
175
[tool .ruff .isort ]
177
176
known-first-party = [
178
- " tmuxp"
177
+ " tmuxp" ,
179
178
]
180
179
combine-as-imports = true
181
180
You can’t perform that action at this time.
0 commit comments