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 = "*"
7272sphinx-autobuild = " *"
7373sphinx-autodoc-typehints = " *"
7474sphinx-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
7676sphinx-copybutton = " *"
7777sphinxext-rediraffe = " *"
7878sphinx-argparse = " *"
@@ -128,7 +128,7 @@ python_version = 3.9
128128warn_unused_configs = true
129129files = [
130130 " src" ,
131- " tests"
131+ " tests" ,
132132]
133133strict = true
134134
@@ -167,20 +167,20 @@ select = [
167167 " E" , # pycodestyle
168168 " F" , # pyflakes
169169 " I" , # isort
170- " UP" , # pyupgrade
170+ " UP" , # pyupgrade
171171 " B" , # flake8-bugbear
172172 " C4" , # flake8-comprehensions
173173 " Q" , # flake8-quotes
174174 " PTH" , # flake8-use-pathlib
175- " SIM" , # flake8-simplify
175+ " SIM" , # flake8-simplify
176176 " TRY" , # Trycertatops
177177 " PERF" , # Perflint
178- " RUF" # Ruff-specific rules
178+ " RUF" , # Ruff-specific rules
179179]
180180
181181[tool .ruff .isort ]
182182known-first-party = [
183- " vcspull"
183+ " vcspull" ,
184184]
185185combine-as-imports = true
186186
You can’t perform that action at this time.
0 commit comments