We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc2875 commit 23f267eCopy full SHA for 23f267e
1 file changed
pyproject.toml
@@ -19,8 +19,6 @@ dependencies = [
19
"click>=6.7",
20
"SungrowModbusTcpClient@git+https://github.com/rpvelloso/Sungrow-Modbus#egg=38946080d9be2850c962f1e8cb793bb09c872d6d",
21
"pytest-asyncio>=1.2.0",
22
- "black>=25.9.0",
23
- "mypy>=1.18.2",
24
]
25
26
[project.urls]
@@ -32,6 +30,8 @@ test = [
32
30
"pytest",
33
31
"codecov",
34
"pytest-cov>=7.0.0",
+ "black>=25.9.0",
+ "mypy>=1.18.2",
35
36
37
[project.scripts]
0 commit comments