diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7918a5e2..fa0b0af8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [ "--create", "--python-folders", "tsml_eval" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.9 hooks: - id: ruff args: [ "--fix"] @@ -54,7 +54,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black language_version: python3