Skip to content

Commit b586b4e

Browse files
committed
chore: Run dprint fmt --config ~/.dprint.conf -- pyproject.toml
1 parent 2c30f5c commit b586b4e

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
@@ -72,7 +72,7 @@ gp-libs = "*"
7272
sphinx-autobuild = "*"
7373
sphinx-autodoc-typehints = "*"
7474
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
7676
sphinx-copybutton = "*"
7777
sphinxext-rediraffe = "*"
7878
sphinx-argparse = "*"
@@ -128,7 +128,7 @@ python_version = 3.9
128128
warn_unused_configs = true
129129
files = [
130130
"src",
131-
"tests"
131+
"tests",
132132
]
133133
strict = 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]
182182
known-first-party = [
183-
"vcspull"
183+
"vcspull",
184184
]
185185
combine-as-imports = true
186186

0 commit comments

Comments
 (0)