diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5861e05..055ab20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: args: [ "--create", "--python-folders", "tsml" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.5 hooks: - id: ruff args: [ "--fix" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [ "--py310-plus" ] @@ -52,7 +52,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