File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ sphinx = "*"
50
50
furo = " *"
51
51
sphinx-autodoc-typehints = " *"
52
52
sphinx-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
55
55
sphinx-copybutton = " *"
56
56
sphinxext-rediraffe = " *"
57
57
@@ -109,15 +109,15 @@ select = [
109
109
" E" , # pycodestyle
110
110
" F" , # pyflakes
111
111
" I" , # isort
112
- " UP" , # pyupgrade
112
+ " UP" , # pyupgrade
113
113
" B" , # flake8-bugbear
114
114
" C4" , # flake8-comprehensions
115
115
" Q" , # flake8-quotes
116
116
" PTH" , # flake8-use-pathlib
117
- " SIM" , # flake8-simplify
117
+ " SIM" , # flake8-simplify
118
118
" TRY" , # Trycertatops
119
119
" PERF" , # Perflint
120
- " RUF" # Ruff-specific rules
120
+ " RUF" , # Ruff-specific rules
121
121
]
122
122
123
123
[tool .ruff .isort ]
@@ -127,7 +127,7 @@ known-first-party = [
127
127
" docutils_compat" ,
128
128
" gp_libs" ,
129
129
" linkify_issues" ,
130
- " pytest_doctest_docutils"
130
+ " pytest_doctest_docutils" ,
131
131
]
132
132
combine-as-imports = true
133
133
You can’t perform that action at this time.
0 commit comments