Skip to content

Commit a8f024f

Browse files
[pre-commit.ci] auto fixes
1 parent dd53541 commit a8f024f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"Programming Language :: Python :: 3.14",
2626
]
2727
dynamic = [ "version" ]
28-
2928
dependencies = [
3029
"requests~=2.32.0",
3130
"singer-sdk~=0.53.2",
@@ -53,8 +52,8 @@ typing = [
5352
"types-requests~=2.32.0",
5453
]
5554

56-
[tool.hatch.version]
57-
source = "vcs"
55+
[tool.hatch]
56+
version.source = "vcs"
5857

5958
[tool.ruff]
6059
line-length = 88
@@ -88,8 +87,8 @@ lint.pydocstyle.convention = "google"
8887
[tool.pyproject-fmt]
8988
max_supported_python = "3.14"
9089

91-
[tool.pytest.ini_options]
92-
addopts = "-vvv"
90+
[tool.pytest]
91+
ini_options.addopts = "-vvv"
9392

9493
[tool.mypy]
9594
warn_redundant_casts = true

0 commit comments

Comments
 (0)