diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e684a9d..23d50a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.4" + rev: "v2.4.3" hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit diff --git a/pyproject.toml b/pyproject.toml index 8d3ab9e..41e791f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: R", "Topic :: Scientific/Engineering :: Bio-Informatics", ]