File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ gp-libs = "*"
72
72
sphinx-autobuild = " *"
73
73
sphinx-autodoc-typehints = " *"
74
74
sphinx-inline-tabs = " *"
75
- sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
75
+ sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
76
76
sphinx-copybutton = " *"
77
77
sphinxext-rediraffe = " *"
78
78
sphinx-argparse = " *"
@@ -128,7 +128,7 @@ python_version = 3.9
128
128
warn_unused_configs = true
129
129
files = [
130
130
" src" ,
131
- " tests"
131
+ " tests" ,
132
132
]
133
133
strict = true
134
134
@@ -167,20 +167,20 @@ select = [
167
167
" E" , # pycodestyle
168
168
" F" , # pyflakes
169
169
" I" , # isort
170
- " UP" , # pyupgrade
170
+ " UP" , # pyupgrade
171
171
" B" , # flake8-bugbear
172
172
" C4" , # flake8-comprehensions
173
173
" Q" , # flake8-quotes
174
174
" PTH" , # flake8-use-pathlib
175
- " SIM" , # flake8-simplify
175
+ " SIM" , # flake8-simplify
176
176
" TRY" , # Trycertatops
177
177
" PERF" , # Perflint
178
- " RUF" # Ruff-specific rules
178
+ " RUF" , # Ruff-specific rules
179
179
]
180
180
181
181
[tool .ruff .isort ]
182
182
known-first-party = [
183
- " vcspull"
183
+ " vcspull" ,
184
184
]
185
185
combine-as-imports = true
186
186
You can’t perform that action at this time.
0 commit comments