diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7567cb..cc68348 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: args: [ "--create", "--python-folders", "aeon_neuro" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.7 hooks: - id: ruff args: [ "--fix"] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade args: [ "--py38-plus" ] @@ -55,7 +55,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3