diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df76dd54..be77323d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [ "--create", "--python-folders", "tsml_eval" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.9 hooks: - id: ruff args: [ "--fix"] @@ -41,7 +41,7 @@ repos: args: [ "--py39-plus" ] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort (python) @@ -49,7 +49,7 @@ repos: exclude: "tsml_eval/_wip/" - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]