diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85c239d..2293da0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.12.1" + rev: "v2.16.2" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.4" hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -35,7 +35,7 @@ repos: - id: validate_manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.0 hooks: - id: check-github-workflows - id: check-meltano diff --git a/pyproject.toml b/pyproject.toml index fe89c41..57710ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dynamic = [ "version" ] - dependencies = [ "requests~=2.32.0", "singer-sdk~=0.53.2", @@ -53,8 +52,8 @@ typing = [ "types-requests~=2.32.0", ] -[tool.hatch.version] -source = "vcs" +[tool.hatch] +version.source = "vcs" [tool.ruff] line-length = 88 @@ -88,8 +87,8 @@ lint.pydocstyle.convention = "google" [tool.pyproject-fmt] max_supported_python = "3.14" -[tool.pytest.ini_options] -addopts = "-vvv" +[tool.pytest] +ini_options.addopts = "-vvv" [tool.mypy] warn_redundant_casts = true