Skip to content

Commit eb28442

Browse files
committed
chore: Run dprint fmt --config ~/.dprint.conf -- pyproject.toml
1 parent a918b6e commit eb28442

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ sphinx = "*"
5050
furo = "*"
5151
sphinx-autodoc-typehints = "*"
5252
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
5555
sphinx-copybutton = "*"
5656
sphinxext-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
]
132132
combine-as-imports = true
133133

0 commit comments

Comments
 (0)