diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2614067..ebd56533 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 9.0.0b2 + rev: 9.0.1 hooks: - id: isort files: >- @@ -38,12 +38,12 @@ repos: ) - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.27.0 + rev: v2.29.4 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.7 hooks: - id: ruff-check diff --git a/pyproject.toml b/pyproject.toml index 5b7477ca..36cbf635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", @@ -217,13 +218,13 @@ ini_options.log_cli = true ini_options.asyncio_mode = "auto" [tool.coverage] -run.cover_pylib = true run.include = [ "*/nc_py_api/*", ] run.omit = [ "*/tests/*", ] +run.cover_pylib = true paths.source = [ "nc_py_api/", "*/site-packages/nc_py_api/",