Skip to content

Commit 37e17dc

Browse files
committed
more trailing commas
1 parent 3c8c4ff commit 37e17dc

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"uvloop>=0.21.0; sys_platform != 'win32'",
3030
"tomli>=2.2.1",
3131
"tomli_w>=1.0",
32-
"pydantic>=2.10.6,<3",
32+
"pydantic>=2.10.6,<3"
3333
]
3434

3535
classifiers= [
@@ -40,7 +40,7 @@ classifiers= [
4040
"Programming Language :: Python :: 3.11",
4141
"Programming Language :: Python :: 3.12",
4242
"Topic :: Home Automation",
43-
"Typing :: Typed",
43+
"Typing :: Typed"
4444
]
4545

4646
[project.urls]
@@ -58,7 +58,7 @@ dev = [
5858
"pytest>=8.3.2",
5959
"pytest-asyncio>=1.0.0",
6060
"rich>=13.8.0",
61-
"ruff>=0.6.3",
61+
"ruff>=0.6.3"
6262
]
6363

6464
# Dependencies required to build the documentation using sphinx
@@ -70,7 +70,7 @@ doc = [
7070
"sphinx-tabs>=3.4.7",
7171
"pygments>=2.14",
7272
"pytest>=8.3.2",
73-
"pytest-asyncio>=1.0.0",
73+
"pytest-asyncio>=1.0.0"
7474
]
7575

7676
# Define the main CLI script
@@ -101,7 +101,7 @@ addopts = ["--import-mode=importlib"]
101101
markers = [
102102
"ci: mark test to run in CI environment",
103103
"functional: mark test as functional test",
104-
"unit: mark test as unit test",
104+
"unit: mark test as unit test"
105105
]
106106

107107
# black configuration
@@ -135,7 +135,7 @@ exclude = [
135135
"build",
136136
"dist",
137137
"node_modules",
138-
"venv",
138+
"venv"
139139
]
140140

141141
line-length = 200

uv.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)