diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b1c2ddbd2..0e6e5475a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [ "--create", "--python-folders", "aeon" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 hooks: - id: ruff args: [ "--fix"] @@ -39,7 +39,7 @@ repos: args: [ "--py310-plus" ] - repo: https://github.com/pycqa/isort - rev: 9.0.0b5 + rev: 9.0.1 hooks: - id: isort name: isort