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 dd53541 commit a8f024fCopy full SHA for a8f024f
1 file changed
pyproject.toml
@@ -25,7 +25,6 @@ classifiers = [
25
"Programming Language :: Python :: 3.14",
26
]
27
dynamic = [ "version" ]
28
-
29
dependencies = [
30
"requests~=2.32.0",
31
"singer-sdk~=0.53.2",
@@ -53,8 +52,8 @@ typing = [
53
52
"types-requests~=2.32.0",
54
55
56
-[tool.hatch.version]
57
-source = "vcs"
+[tool.hatch]
+version.source = "vcs"
58
59
[tool.ruff]
60
line-length = 88
@@ -88,8 +87,8 @@ lint.pydocstyle.convention = "google"
88
87
[tool.pyproject-fmt]
89
max_supported_python = "3.14"
90
91
-[tool.pytest.ini_options]
92
-addopts = "-vvv"
+[tool.pytest]
+ini_options.addopts = "-vvv"
93
94
[tool.mypy]
95
warn_redundant_casts = true
0 commit comments