Skip to content

Commit 7348864

Browse files
committed
pyproject.toml: Format comments.
1 parent 6eaf2c1 commit 7348864

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,17 @@ version.raw-options.git_describe_command = [
4747

4848
[tool.uv]
4949
dev-dependencies = [
50-
# For running tests: pytest, pyyaml, requests, tox
50+
# For running tests: pytest, pyyaml, requests, tox, mypy, ruff
5151
"pytest>=8.3.2",
5252
"pyyaml>=6.0.2",
5353
"requests>=2.32.3",
5454
"tox>=4.0.0",
5555
"tox-uv>=0.3.0", # uv support for tox
5656
"pytest-cov>=3.0.0",
57-
# For code type checks: uv run mypy --no-sources mypy src
58-
"mypy>=0.910",
57+
"mypy>=0.910", # For code type checks: uv run mypy --no-sources mypy src
5958
"types-requests>=2.32.0.20240914",
6059
"types-pyserial>=3.5",
61-
# For linting: uv run --no-sources ruff format --check src
62-
"ruff>=0.6.7",
60+
"ruff>=0.6.7", # For linting: uv run --no-sources ruff format --check src
6361
"keyring>=25", # For uv publish --keyring-provider=subprocess
6462
# Used by .git/hooks/post-{commit,checkout} to update _version.py:
6563
# uv run --frozen hatch build --hooks-only

0 commit comments

Comments
 (0)