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 @@ -50,8 +50,8 @@ sphinx = "*"
5050furo = " *"
5151sphinx-autodoc-typehints = " *"
5252sphinx-autobuild = " *"
53- sphinx-inline-tabs = " <2023.4.21" # For Python 3.7 support
54- sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
53+ sphinx-inline-tabs = " <2023.4.21" # For Python 3.7 support
54+ sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
5555sphinx-copybutton = " *"
5656sphinxext-rediraffe = " *"
5757
@@ -109,15 +109,15 @@ select = [
109109 " E" , # pycodestyle
110110 " F" , # pyflakes
111111 " I" , # isort
112- " UP" , # pyupgrade
112+ " UP" , # pyupgrade
113113 " B" , # flake8-bugbear
114114 " C4" , # flake8-comprehensions
115115 " Q" , # flake8-quotes
116116 " PTH" , # flake8-use-pathlib
117- " SIM" , # flake8-simplify
117+ " SIM" , # flake8-simplify
118118 " TRY" , # Trycertatops
119119 " PERF" , # Perflint
120- " RUF" # Ruff-specific rules
120+ " RUF" , # Ruff-specific rules
121121]
122122
123123[tool .ruff .isort ]
@@ -127,7 +127,7 @@ known-first-party = [
127127 " docutils_compat" ,
128128 " gp_libs" ,
129129 " linkify_issues" ,
130- " pytest_doctest_docutils"
130+ " pytest_doctest_docutils" ,
131131]
132132combine-as-imports = true
133133
You can’t perform that action at this time.
0 commit comments